Restrict adding new value to Custom List Field

Currently, the ability to restrict the custom lists based on role is still an enhancement. As an alternate solution, you may follow the steps below: A. Convert the Custom List into a Custom Record Type: 1. Navigate to Customization > Lists, Records, & Fields > Lists. 2. Click on the Custom List in question 3. Check off Convert to Custom… Continue reading Restrict adding new value to Custom List Field

How to create different configuration fields in SCA

We can create different types of fields, such as input, checkbox, date, and array, in the SuiteCommerce configuration record, as shown below. {“type”:”object”,“subtab”:{“id”:”subtabid”,“title”:”New Sub Tab”,“description”:”To create a new subtab under Layout tab”,“group”:”layout”},“properties”:{“subtabid.stringfield”:{“group”:”layout”,“type”:”string”,“subtab”:”subtabid”,“title”:”Test String Field”,“description”:”To create an input field under ‘New Sub Tab’”,“default”:””},“subtabid.checkboxfield”:{“group”:”layout”,“subtab”:”subtabid”,“type”:”boolean”,“title”:”Test Checkbox Field”,“description”:”To create an checkbox field under ‘New Sub Tab’”},“subtabid.datefield”:{“group”:”layout”,“subtab”:”subtabid”,“type”:”string”,“nsType”:”date”,“title”:”Test Date Field”,“description”:”To create… Continue reading How to create different configuration fields in SCA

Third-Party Library Updates

With the 2023.1.3 release, The following third-party library has been added: sass 1.62.1 With the 2020.1.0 release, the third-party libraries shown in the table below have been updated. Library Old Version New Version Backbone.js 1.3.3* 1.4.0* Bignumber 7.2.1 9.0.0 Font Awesome 4.2.1 4.7.0* Handlebars 4.0.12 4.5.3 JQuery 3.3.1 3.4.1* Require.js 2.3.5 2.3.6

PROPOSAL FOR NETSUITE-CRANE WORLD INTEGRATION

Proposal SummaryThis proposal summarizes the solution for implementing the NetSuite-Crane Worldintegration to integrate the NetSuite orders with Crane world. Whenever a new sales orderis created in NetSuite and approved, we will create the same order in Crane world and whenthe shipment of the order is taken place in Crane, we will create corresponding itemfulfilment in… Continue reading PROPOSAL FOR NETSUITE-CRANE WORLD INTEGRATION

Added a new configuration property

With the 2023.1.2 release Added a new configuration property, Add Headers to SSP Responses, to provide a field in which to enter your security headers. This new property appears in the Advanced tab under the Security subtab.See the following help topics for more information about security headers: HTTPS Header Information Security Subtab Updated text and translation context notes to comply… Continue reading Added a new configuration property

New Google Analytics 4 (GA4) Tracking Events Integrated with Google Tag Manager Commerce Extension

With the 2023.1.2 release The following Google Analytics 4 (GA4) tracking events have been integrated with the Google Tag Manager Commerce extension: Add Payment Information – This event signifies a user has submitted payment information. Add Shipping Information – This event signifies a user has submitted their shipping information. Refund – This event signifies a refund was issued.… Continue reading New Google Analytics 4 (GA4) Tracking Events Integrated with Google Tag Manager Commerce Extension

Suitelet Date

In the Suitelet script, when we add a date field, it displays a ‘Pick’ option instead of a calendar icon. This behavior occurs when utilizing the external link to that particular Suitelet script. To display the calendar symbol, please utilize the internal link.

What is OpenID Connect (OIDC)?

OpenID Connect or OIDC is an identity protocol that utilizes the authorization and authentication mechanisms of OAuth 2.0. The OIDC final specification was published on February 26, 2014, and is now widely adopted by many identity providers on the Internet. OIDC was developed by the OpenID Foundation, which includes companies like Google and Microsoft. While… Continue reading What is OpenID Connect (OIDC)?