if (fileName && fileName.toLowerCase().endsWith(‘.xlsx’)) { // Proceed with file upload } else { // Inform the user about the error Response.write({ output: ‘There was an error uploading the file. Only Excel files are accepted. Please try again using an Excel file.’ }); return; }
Tag: upload files
Resale Certificate Management
Proposal summary The proposal covers the scope of implementing SCA customization for resale certificate management. Resale certificate form: https://www.mtc.gov/getattachment/Resources/Uniform-Sales-Use-Tax-Resale-Certificate/Unif-Resale-Cert-final-3-11-2021.pdf.aspx Requirement During the registration process, USA-based customers need to update the resale certificate. The resale certificate option needs to be shown on my account page. The resale certificate process should be manageable by a checkbox field… Continue reading Resale Certificate Management