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
bandu kumarbandu kumar 

Can i add list price for all the products at a time in products object

I have 100 products in product object, need to add list price for all the 100 products at a time.

How can i achieve this?
Jessica smartJessica smart

It can import up to 50,000 records at a time. It provides a simple interface to specify the configuration parameters, data sources, and the field mappings that map the field names in your import file with the field names in Salesforce.  https://www.tigerishome.us/ (https://www.tigerishome.us/)
Rakesh kumar 708Rakesh kumar 708
It is possible to add a list price for multiple products at the same time in a products object, depending on how the object is structured and the tools you are using to manage it.
For example, if you are using a spreadsheet to store your products and their details, you could use a formula to calculate the list price for each product based on its cost and a markup percentage.
Alternatively, if you are using a database to store your products, you could use an SQL query to update the list price for multiple products at the same time.
It's also possible to bulk update the list price for multiple products using an API or a programming language, depending on how your products are stored and the capabilities of the platform you are using.
Overall, the specific approach you take to add a list price for multiple products at the same time will depend on the tools and resources you have available, as well as your technical skills and the needs of your business.

Some useful Greetings and Quotes for Everyone 🤗

 

💛Good Morning Image in Hindi 

💛Happy new year 2023 images and Greetings

🥰 Romantic Good Night Images

😍 Good Night Images

🌆 Good Evening Images

🌼 Good Afternoon Images

🌷 Good Morning Images

🎄 Free Jesus Christmas Images

🔴Not to-do list for Students

🔴DO NOT LIST—On Finance and Investment

🔴DO NOT LIST–From the Book of Bible

🔴NOT TO DO LIST—Journals!

🔴NOT TO DO LIST—Christmas Special

🔴Bible Quotes in Malayalam

🔴Bible quotes in Telugu

💚4 Advantages of Sending Good-Night Images and Images

💚2 Secret Greeting images to impress friends, family, and lover

💚Why we must send good morning images to friends and loved ones!


 
bandu kumarbandu kumar
Thanks all