The Entity Bank Details is another Custom Record from the Electronic Bank Payments bundle, but the difficulty in performing a CSV Import for this Custom Record is identifying a unique identifier. This article shows how to display the Internal ID for the Entity Bank Details record and use it for the CSV Import file Step by… Continue reading How to Update the Existing Entity Bank Details of Employee or Vendor Records via CSV Import
Month: July 2023
Trial balance Retained Earnings balance
This article describes on why the retained earnings account balance is different when comparing the summary and detailed report of the retained earnings account in the standard trial balance report.
How to display uploaded image in the quick view scenario for liquid pixel item.
To display an uploaded image in the quick view scenario for a Liquid pixel item, here is the example of code snippet First we have to fetching the uploaded image file from the model’s attributes and storing it in uploadedImage Second we need to add condition,if statement that checks whether the uploadedImage variable is truthy… Continue reading How to display uploaded image in the quick view scenario for liquid pixel item.
Creating Gift Certificates
We can sell gift certificates in our web store or on transactions entered by sales reps. When we create the gift certificate item, we can set the price and criteria for an expiration date. To create gift certificates: Go to Lists > Accounting > Gift Certificates. Click New Gift Certificates. Alternatively, go to Lists> Accounting > Items… Continue reading Creating Gift Certificates
How to add custom filed data Into the profile model
we need to Update the modules,ssp-libraries : dependencies,
Customize GlobalViewsConfirmationView
we can customize default global modals using the below sample code. Note:For displayinga text area in the body section u need to go to the corresponding theme template (global_views_confirmation.tpl) and make {{body}} to {{{body}}}
Issue with the creation of multiple custom records when restlet script is triggered in quick succession
ISSUE When the restlet script is triggered in quick succession, multiple custom records are created. Only a single custom record is expected to be created per day. But when resltet script is triggered at the same time, custom records are created multiple times. SOLUTION This issue can be handled by adding an external Id to… Continue reading Issue with the creation of multiple custom records when restlet script is triggered in quick succession
Transaction Line Automation in Expense Report
REQUIREMENT Develop an automation to populate the project code values in the expense report based on the provided conditions. SOLUTION The automation can be done by adding a userevent script that can populate the project code based on the conditions provided.
Proposal For B2B SuiteCommerce Advanced Website Implementation (Functional Requirments)
Functional Requirements User registration and login: The website should allow users to create accounts, register, andlog in securely with proper authentication methods. For every successful registration, theadministrator should be able to review the request and approve it, before the customer canplace Orders. Product Catalog: The website should provide an organized catalog of products, specific tothe… Continue reading Proposal For B2B SuiteCommerce Advanced Website Implementation (Functional Requirments)
How to slove this issues “Uncaught TypeError: Cannot set properties of null when local development [duplicate]”
To solve the issue you can either place the script at the bottom of the body tag or wrap your code with DOMContentLoaded which will ensure that your code executes only after the page is fully loaded: