function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vandana RattanVandana Rattan 

Skip Add To Products Screen

Hi,

I need to implement the following functionality:-

Once user selects products from ProductList, add 1 quantity of each with Today's Date to Product Related List and skip the screen for entering the same altogether. How can I Implement this functionality?

Thanks in Advance
Ankit AroraAnkit Arora
What exactly you mean by "skip the screen for entering the same altogether"? And what exactly you need? As on first look it can be done via VFP and apex.
Vandana RattanVandana Rattan
Hi Ankit,

Thanks for your reply. Here is an elaboration of what I need:-

1) When  click on Add Product, product selection screen comes up with a list of products. I select some products and click on Select. This is a Standard Functionality.
2) After clicking on select, Add To Products screen comes up. It allows user to enter quantity, date, discount,etc. Is there any way by which I can customize this page? I would like to default qty to 1 and date to today's date.

Thanks in Advance