PROPOSAL TO ADD WISHLIST IN PLP PAGE

This proposal covers both the functional and UI development for adding Wishlist to PLPpage in SCA webstore for Point Australia website. Requirement Website URL: https://www.pointaustralia.com.au/ Customers need to add items to the Wishlist from the PLP page itself. Show a hearticon below the item image. Update the color to match the website theme. Onclicking on… Continue reading PROPOSAL TO ADD WISHLIST IN PLP PAGE

How to create workflow to send email upon order approval for orders from webstore?

Created a work flow and give the basic details name,idSelect record type as transaction and sub type as sales order.Event type as Approve.Here we want to set context as user interface and we need to check whether this order is created from website. for this we give condition whether that sales order source the the… Continue reading How to create workflow to send email upon order approval for orders from webstore?

how to create workflow to send email upon order creation from webstore

Created a work flow and give the basic details name,idSelect record type as transaction and sub type as sales order.Here we want to set context as webstore then this work flow triggered only when an order created from webstore. Work flow action we can give condition here.   Here we give condition for customers from Australian… Continue reading how to create workflow to send email upon order creation from webstore

Use nlapiTriggerWorkflow to Trigger a Transition Based on the Click of a Button

Use the nlapiTriggerWorkflow SuiteScript API to trigger a Workflow that is currently running on a record. Solution Create WorkFlowNavigate to Customization > Workflow > Workflows > NewBasic Information:Name: Enter Customer – nlapiTriggerWorkFlowRecord Type: Select CustomerSub Types: Select CustomerExecute As Admin: Enter CheckmarkRelease Status: Select ReleasedInitiation: Select Event BasedEvent Definition:On Create: Enter CheckmarkTrigger Type: Select Before… Continue reading Use nlapiTriggerWorkflow to Trigger a Transition Based on the Click of a Button

set the customer subsidiary based on the domain using extension

When a user registers from AU domain, the subsidiary of the user should be set to AU When a user registers from NZ domain, the subsidiary of the user should be set to NZ When a user registers from US domain, the subsidiary of the user should be set to Us JavaScript Entry point file… Continue reading set the customer subsidiary based on the domain using extension

Send order approve email using workflow.

Send order approve email using workflow.Email content should be different for each subsidiary. Create a work flow which triggered when order approved in net suite. Here we can set event definition as view or update. We can give conditions in actions.We can give sender and recipient details .Also we can give custom email template or… Continue reading Send order approve email using workflow.