Tag: suitelet
Proposal For Intercompany transaction for Consolidation Report V2
Proposal summary JCurve Solutions would like to create new report to retrieve data for data from Account balance based on the chart of accounts that are set to show in the report. And the Report will show the intercompany amount effect on each account in the separate column between AP and AR records based on… Continue reading Proposal For Intercompany transaction for Consolidation Report V2
Proposal For Intercompany transaction for Consolidation Report
Proposal summary JCurve Solutions would like to create new a report to retrieve data for data from Account balance based on the chart of accounts that are set to show in the report. And the Report will show the intercompany amount effect on each account in the separate column between AP and AR records based on the… Continue reading Proposal For Intercompany transaction for Consolidation Report
Proposal For Summary RPT report
Proposal summary JCurve Solutions would like to create new a report to retrieve data for data from Account balance based on chart of account that set to show in report. And the Report will show intercompany amount effect to each account in separate column between intercompany, CDG group – Related. And print reports in Excel format. Requirement… Continue reading Proposal For Summary RPT report
Proposal For Item fulfillment pending invoice
Proposal summary JCurve Solutions would like to create new a report to retrieve data for data from Item fulfillment. The data relate to the purchase side (PO No, Supplier, Ref. AP Bill, QTY PO, QTY Receipt) can be displayed only if the item in item fulfillment puts the reference to So No, Reference SO line… Continue reading Proposal For Item fulfillment pending invoice
Proposal For Bank Reconcile Report
JCurve Solutions would like to create new a report to retrieve data from transaction relate to bank account with unreconciled. And print reports in Excel format. Requirement New report ‘Bank Reconcile’ to retrieve data from transactions related to a bank account unreconciled. Assumptions: This report will retrieve data from transaction related to a bank account… Continue reading Proposal For Bank Reconcile Report
Resolve Error: “HTTP 405 Method Not Allowed” in Suitelets using POSTMAN
While using POST request in POSTMAN ,this type of error may be raised. And GET request may function properly. The error in POST request can be resolved by following methods: Make sure API is correct. Set the key/pair values of the request’s HTTP Headers to “User-Agent : Mozilla/5.0” in the posting tool. The Suitelet will… Continue reading Resolve Error: “HTTP 405 Method Not Allowed” in Suitelets using POSTMAN
PROPOSAL FOR รายงานการรับเงินจาก Invoice Report
Proposal summary JCurve Solutions would like to create a new report to retrieve data for data from invoices and credit notes that will be received based on the due date of the document. This report will show the current status of documents with open status only. And print reports in Excel format. Requirement New report… Continue reading PROPOSAL FOR รายงานการรับเงินจาก Invoice Report
PROPOSAL FOR CONTRACT UN-INVOICE REPORT
Proposal summary JCurve Solutions would like to create new a report to retrieve data for data from the Invoice, Credit Note document, and link some details from the sale order. The report can recall backdate and need to show documents based on as at date selected. And print reports in Excel format. Requirement New report… Continue reading PROPOSAL FOR CONTRACT UN-INVOICE REPORT
Add HTML to Suitelet form
To add HTML to your Suitelet form, use Form.addField(options) to add a field to the form. Specify the field type as INLINEHTML and use the Field.defaultValue property to set the HTML value.