Export An export is a flow step that retrieves data from an application. A flow can have multiple export steps, but any complete flow must include at least one export, data loader, or webhook listener flow step. Start creating an export from a source application in either of the following ways: From the Tools menu, select Flow builder. Then, click Add source.– or… Continue reading Export vs. Import in Celigo
Month: February 2023
To get the current date time in Netsuite .
Shipping Carrier Integration
By standard, NetSuite provides the following shipping vendor options – FedEx, USPS, More and UPS. If we need to add other third-party vendors like YRC, ESTES, AVERITT, SOUTHEASTERN etc., it will be required to integrate these shipping carriers with NetSuite.
Bounced Email Addresses
By standard, NetSuite listed the emails that might not be delivered or bounce at the bounced email addresses. We can navigate to the Bounced Email List by, Lists > Relationships > Bounced Email Addresses
Difference between the ‘Sales Role’ and ‘Support Role’ checkboxes in Employee Restriction
If we have set restrictions in the “Employee Restrictions” field in role, checking the “Sales Role” box will restrict the employees using this role based on the Sales Rep field on records and transactions. If we use the Customer Service and Support feature and have set restrictions in the “Employee Restrictions” field in role, checking… Continue reading Difference between the ‘Sales Role’ and ‘Support Role’ checkboxes in Employee Restriction
How to Trigger JavaScript change event when value is not different
The ‘change’ event listener will only trigger when the value of the input changes, so if the same id is selected, no change would be triggered, and the event will not show. For instance, if you’re creating an AJAX uploader and want to do something with the information in the file input, you could always… Continue reading How to Trigger JavaScript change event when value is not different
Cash 360 Dashboard SuiteApp
Cash 360 lets you effectively manage cash flow by providing a real-time view of your company’s cash position and the ability to generate fast and accurate near-term forecasts. The SuiteApp has a cash management dashboard where you can do the following: Inspect real-time cash projections using charts and graphs. View the current total bank balance,… Continue reading Cash 360 Dashboard SuiteApp
Committing Partial Quantities on a Sales Order : Customization Feasibility Check
Scenario We would like you to look at the possibility of creating and new field at the sales order line level that would populate the quantity ordered as a default, but if we wanted to change the quantity we could. This would also change the committed quantity to what is in the new unique field.… Continue reading Committing Partial Quantities on a Sales Order : Customization Feasibility Check
Effected Reports when use “All Reports and Financial Only” in the Analytics Preference.
Scenario Can you please help us understand what is the difference between the “All reports” and “Financial only”. Will choosing “All reports”impact/change any other reports? Solution You can define which reports use periods by setting the Report by Period at Home > Set Preferences, on the Analytics subtab. Possible settings are All Reports, Financials Only,… Continue reading Effected Reports when use “All Reports and Financial Only” in the Analytics Preference.
Add or remove class with JQuery based on vertical scroll
When scrolling down a website, I use JQuery to change the appearance of the <header> element. I like to make it smaller after a certain number of pixels. The best way to accomplish this is to use JavaScript / JQuery to change the class name for the <header> element. To make this script work, you… Continue reading Add or remove class with JQuery based on vertical scroll