Proposal Summary This proposal outlines a custom solution that would automate the creation of an Opportunity record when a Supply Proposal record is generated. Additionally, the changes made to the Supply Proposal record on Probability and Subtotal would trigger updates to the Projected Total and Probability fields in the corresponding Opportunity record. Requirement The Flowco… Continue reading Proposal to Generate Opportunity from Supply Proposal
Month: May 2023
How to solve In a website All the pages is not static for ios devices
To solve the issue of non-static pages on a website for iOS devices, you can follow these general steps: Identify the problem: Analyze which specific pages or elements on your website are not static for iOS devices. Determine whether it’s a design issue, a compatibility problem, or a technical error. Responsive design: Ensure that your… Continue reading How to solve In a website All the pages is not static for ios devices
How to show a static ETA days as a future date that contains n days from today’s date in MM/DD/YYYY format from configuration.
We can show a static ETA day as an ETA date in MM/DD/YYYY format, and that day is n days from today, and n days are dynamically gotten from the website configuration by using the below solution. JSON JavaScript:
Personalized Catalog Views
The Personalized Catalog Views (PCV) feature enables you to provide different customers with access to different items. You can divide your customers into groups and provide each group with access to a tailored selection of catalog items. You can define whether a particular customer group can view the items, view the prices, buy the items,… Continue reading Personalized Catalog Views
How to set the condition for workflow on item fulfillment if the status is shipped to send an email
using this condition, we could set the values in workflow for the old records if status shipped in item fulfillment to send the email.Solution: Added the context called shipped in workflow execution. Added new condition old status not shipped and new status shipped. Condition: Subsidiary (Main) = OX Tools AU And email-sent = F And… Continue reading How to set the condition for workflow on item fulfillment if the status is shipped to send an email
Remove “You May Also Like” and “Customer Who Bought This Item Also Bought” section in the Product Display Page
To remove Related Items (“You May Also Like”) and Correlated Items (“Customer Who Bought This Item Also Bought”) section in the Product Display Page of the website. In order to remove the Related Items and Correlated Items sections, user may perform the following steps: 1. Navigate to Commerce > Websites > Website List2. Click Edit on the specific website record3. Click Field Sets tab4. Correlated… Continue reading Remove “You May Also Like” and “Customer Who Bought This Item Also Bought” section in the Product Display Page
MAMS 226- Test Case Documentation
Task Description A four level approval workflow is created for bill payment.First Level Approval- Clerk accounts payable can create the vendor payment record,Submit for approval button shown to Clerk accounts payable and Administrator.Second Level Approval-The Account payable can view the vendor payment list in the NetSuite dashboard. The Accountant payable and Administrator can view the… Continue reading MAMS 226- Test Case Documentation
How to addTracker( Tracker ).
Description :Registers a tracker in the application. A tracker enables you to listen for one or more events in the application – such as navigation, page views, and transactions – and then perform an action in response to those events. Trackers are especially useful if you want to integrate with third-party services that track user… Continue reading How to addTracker( Tracker ).
Content Writing for E-commerce:
In the world of e-commerce, creating high-quality content is essential to engage customers, drive traffic, and boost sales. Whether you’re writing product category descriptions, product reviews and comparisons, crafting effective product listings, or incorporating SEO techniques, your goal is to provide compelling content that sells. Let’s delve into each aspect of e-commerce content writing in… Continue reading Content Writing for E-commerce:
how to solve the password section eye-icon is not working in the ios devices only, in android device its working.
how to solve the password section eye-icon is not working in the ios devices only, in android device its working.before this code i have added the jquary code that eye icon in built class but was not supporting to ios devices so after that i have added this code and removed that code some inbuild… Continue reading how to solve the password section eye-icon is not working in the ios devices only, in android device its working.