Scenario: CSV content passing from suitelet : var csvContent = ‘Month-Year,Program,PO #,Billing type,Employee ID,Employee Name,Designation,Available Hours,Billed Hours,Invoice Currency,Invoice Rate,Invoice Value,Acsia Rate ($),Acsia Cost ($),Acsia Direct Cost ($),Customer Rate ($),Expected Revenue ($),Calculated Cost ($),Calculated Direct Cost ($),Actual Revenue ($),Gross Margin ($),Margin ($),Margin (%),Revenue Leakage ($),Resource Utilization (%),Actual RPE/Hr ($),Expected RPE/Hr ($),Direct CPE/Hr ($),CPE/Hr ($)n’; … Continue reading CSV content truncated when passing from suitelet to html page
Tag: csvfile
Pass CSV file data from suitelet and create the csv file in the html page
Scenario: We have a html page, which contains a generate report button. On clicking the button, the csv file should be downloaded. From the html page we are passing the values to the suitelet. From the suitelt the response data is returning to the html page. Solution: HTML: function call on button click: var… Continue reading Pass CSV file data from suitelet and create the csv file in the html page