For display the item image in website check the website setup and find out the image format.Then if the format is of imagecode_{category1}_{category1} then in item record check the image code and make the uploaded imagename same as format. Then in live hosting files > product images folder path upload the image. If a item… Continue reading Adding images in item record to display in website
Month: March 2023
Proposal For Check the possibility of adding two buttons in replace of the toggle button.
Check the possibility of adding two buttons in replace of the toggle button in the Nickolls and Perks UK-SCA. This proposal will include the possibility of adding two buttons in replace of the toggle button in the Nickolls and Perks UK-SCA. Requirement The client would like to redesign the item page including two buttons that… Continue reading Proposal For Check the possibility of adding two buttons in replace of the toggle button.
CSV Import to Update Percent Complete Override
1. Navigate to Setup > Import/Export > Import CSV Records2. Import type: Select Relationships3. Record Type: Click Projects4. Select the CSV File to upload.5. Click Update button.6. Field mapping: ID: Job: ExternalId Internal ID: Job: Internal ID Accounting Period: Job Percent Complete Override 1 : Accounting Period Cumulative Percent Complete: Job Percent Complete Override 1 : Cumulative Percent Complete. 7. Import Map Name: Enter any name value8. Hit Save andRun.
Percentage of Revenue Recognized is not Equal to the Project Progress
Revenue Arrangement is associated with a Project and uses Percent Complete revenue recognition rule. Percent Complete Override in the Project record was also set to 28%, however in the associated Revenue Recognition in the related revenue arrangement is already 71%. Solution Customer may want to check when was the actual date the revenue recognition journal entries were… Continue reading Percentage of Revenue Recognized is not Equal to the Project Progress
How to calculate commission based on the contribution percentage in saved search
Create a Transaction saved search With types Invoice and credit memo. Add contribution% in results and other necessary data The formula of the Commission is when the contribution is greater than 25% and less than 50%. Round to Hundredths CASE WHEN Round({contribution},2)>= 0.25 AND Round({contribution},2)< 0.50 THEN ((NVL({amount},0)-NVL({quantity}{custcol_aha_sales_invoice_cost},0)+NVL({quantity}{custcol_nsts_rm_purchase_rebate},0))((NVL({amount},0)-NVL({quantity}{custcol_aha_sales_invoice_cost},0)+NVL({quantity}{custcol_nsts_rm_purchase_rebate},0))/NULLIF(NVL({amount},0),0)))(25/100) ELSE 0 END The formula of Commission… Continue reading How to calculate commission based on the contribution percentage in saved search
How to add Payment processing profile edit/view option to a specific role
For adding the payment processing profile (edit/view)[Navigation: Setup>Accounting>Payment processing Profile]permission to a specific role. Go to ” Setup>User/Roles>Manage Roles ” and add the “Credit card processing” to the “setup” section of the Permission tab of the role which we need to give access to the payment processing profile.
Guest Checkout: Disallowed if Email Address is already used by existing Web Customer Account
When a guest customer tries to checkout with an existing email we are not allowing them and throwing an error to the user to prevent duplicate customers with same email. It is an UE script deployed to lead records on BEFORE SUBMIT FUNCTION
How to use a checkbox as a Condition on Advanced PDF/HTML Templates
How to use a checkbox as a Condition on Advanced PDF/HTML Templates
Changing The Value In A Custom Field In The Sales Order Using Scheduled Script
Changing The Value In A Custom Field In The Sales Order Using Scheduled Script
What is Splide and how to enable splide autoplay?
Splide is a flexible, lightweight and accessible slider written in TypeScript. It helps you to create various kinds of sliders by just changing options, such as multiple slides, thumbnails, nested sliders, vertical direction and more.