Create virtual drop-down list in the before load context of the User event script.
Month: July 2023
Convert a currency code to the currency’s display name.
To convert a currency code to the currency’s display name for the specific locale you can use Intl.Display Names by setting the type property to currency and got the display names of the currencies based on the provided locale.
Get Country name from Country code
Use the Intl.DisplayNames() constructor to get a country name from a country code.The of() method on the returned object takes a code as a parameter and returns a string based on the provided locale. The Intl.DisplayNames() constructor returns an object we can use to: translate a region code to the country’s name. translate a language code to… Continue reading Get Country name from Country code
Converting Date format Based on User preference in Suite Script.
The below-given sample code can be used to convert the user’s preferred date format onto a specific date format using the ‘moment.js” library. Script Sample:var userObj = runtime.getCurrentUser();var DateFormat = userObj.getPreference({ name: ‘DATEFORMAT’ });
Confirmation Testing
Confirmation testing, also known as retesting, is a software testing technique performed to verify that a previously reported defect or issue has been fixed or resolved successfully. It is conducted after the development team claims to have addressed a reported bug or implemented a requested change. The primary goal of confirmation testing is to ensure… Continue reading Confirmation Testing
Role Of User Acceptance Testing In Software Development
User acceptance testing (UAT) is a critical phase in the software development lifecycle that involves testing software from the end-user’s perspective. It is a process of verifying that the software meets the requirements and expectations of the end-users and is ready for release. The primary goal of UAT is to ensure that the software is usable, effective, and meets… Continue reading Role Of User Acceptance Testing In Software Development
IEGUN-7 Outbound Quality Check PDF Customization
Company Name is printing twice in the Remittance slip
The information being pulled into the remittance slip is coming from the Name in the Primary Information section of the Customer record as well as the Addressee field found in the Address tab. Normally, the entries made on the Name and Addressee fields are the same. To correct this, remove the entry on the Addressee field or at least, put in… Continue reading Company Name is printing twice in the Remittance slip
Recurring Billing: Use of Minimum Term in the Subscription Plan record
The Minimum Term becomes available for selection if the Term is set to Perpetual. It must not be shorter than and should be divisible by the Billing Frequency. This will define the number of subscription charges to be generated upon create of subscription for a perpetual term.
Unable to Delete Group due to Dependent Records
Users attempts to delete Group (List > Relationships > Groups > Edit Group > Actions > Delete) returns: This record cannot be deleted because it has dependent records. Any Group which has been used to Bulk Merge operation or Marketing Campaign cannot be removed anymore. Only one option is to inactivate the respective Group by marking Inactive checkbox on the Group record itself. Note: Bulk Merge history is stored in Documents > Mail Merge > Merge History. Appropriate Group is displayed in Group column. Marketing Campaigns are saved under Lists > Marketing > Marketing Campaigns.