Many times, we want to add a custom field to our SuiteLet Sublist that is able to accept dynamic values. For eg: a URL, Text, or RichText. For this, I trying to create a custom field in the suitelet sublist with the type FieldType.INLINEHTML for storing dynamic URL, got an error saying that “you provided… Continue reading How to solve error “you provided invalid field type: INLINEHTML” while adding inline HTML field in suitelet sublist.
Month: December 2023
Create virtual field to display list of values.
We need to display virtual field on selecting values in a standard field. When “YES ” or “PAO” values are selected in the field USE EXPIRY then we need to display the virtual field. Then select the values from the virtual field and set it in the standard field SHELF LIFE. The fieldChanged() entry point… Continue reading Create virtual field to display list of values.
How to resolve Error: Node Sass does not yet support your current environment: Windows 64-bit.
This error message does not indicate a problem with Ionic, but rather with node-sass, which is specified to execute in your Gulp file. Try to run the below code npm rebuild node-sass (with -g if node-sass was installed globally). If it didn’t rectify the issue then npm uninstall node-sass && npm install node-sass (again, with… Continue reading How to resolve Error: Node Sass does not yet support your current environment: Windows 64-bit.
Rename Image Files with the Item Identifier
The components of the image file name associate the file with an item record and determine how the images are presented on the product details page. Before renaming your image files, see Rename Image Files with the Item Identifier to define the naming conventions. Using the parameters for renaming image files, you can organize how the images… Continue reading Rename Image Files with the Item Identifier
FedEx Ship API-Print Return Label
Ship API The Ship API allows you to integrate FedEx shipping capabilities into your application. Using Ship API, you can process and submit shipping requests for packages to FedEx for both domestic and international shipments, as well as the return shipments. Each shipment request will contain detailed information for shipment and packages. FedEx Shipping categorized… Continue reading FedEx Ship API-Print Return Label
Secret URL Verification type in Celigo Webhook Connection
Celigo’s webhook listener typically supports secret URL verification as a security measure to ensure that webhook endpoints are legitimate and owned by the intended recipient. This process involves including a secret key or token in the URL, and the webhook listener verifies this secret before accepting requests. Here’s a general overview of how you might… Continue reading Secret URL Verification type in Celigo Webhook Connection
How to extend the Grid, List, and Table Facet templates in SCA
The template for Facet view in PLP page can be updated as shown below. Extend the facet item child view in Facet Browse view. Override the grid, table, list view templates. _.extend(FacetsBrowseView.prototype.childViews, { ‘Facets.Items’: function () { var self = this; var display_option = _.find(this.itemsDisplayOptions, function (option) { return option.id === (self.translator.getOptionValue(‘display’) ? self.translator.getOptionValue(‘display’) :… Continue reading How to extend the Grid, List, and Table Facet templates in SCA
Resolve Sublist Line Item not Committing via Client Script
Issue User is not able to commit a line item via SuiteScript 2.0 Client Script. Solution The reason why the line item is not committing on the script is because the forceSyncSourcing parameter is retains its default value as false. The forceSyncSourcing parameter indicates whether to perform field sourcing synchronously. If set to true, sources dependent field information for… Continue reading Resolve Sublist Line Item not Committing via Client Script
Latest update on HSN code from GST
As of the latest update from the GST E-invoice system on December 04, 2023, it has been mandated that a minimum of 6 digits of the HSN code will be compulsory in e-Invoices for taxpayers with an Aggregate Annual Turnover (AATO) of 5 Crore and above. This requirement will come into effect from December 15, 2023.… Continue reading Latest update on HSN code from GST
Risk Adjusted Return on Capital
Risk-Adjusted Return on Capital (RAROC) is a financial metric used to evaluate the potential return of an investment or business activity in relation to the associated risks. It is particularly employed in the banking and financial industries to assess the performance of various financial products and to make informed decisions regarding capital allocation. Key points… Continue reading Risk Adjusted Return on Capital