Welcome to Portal

?Unknown\pull-down

Welcome to Zoho Cares

Bienvenido a Soporte de Zoho

Search our knowledge base, ask the community or submit a request.

I have products module in zoho crm, in which i have Part Number which is auto generated whenever the new product is created, i have made another field by name "SKU Number" i want that value of "Part number" should be auto copied to "SKU Number" whenever the product is created.

Attachments
Screenshot from 2025-02-06 12-05-54.png
Screenshot from 2025-02-06 12-05-54.png56 KB
1 user has this question.
1 Reply
Reply

Hi Ritu,

Please refer to the code below and let us know if it works.

Update = zoho.crm.updateRecord("Products", prodid,{"SKU_Numnber":partnum});
info Update;


Edit Arguments:
Choose product id and name it as 'prodid'
Choose product partnumber and name it as 'partnum'

Reply to RituA
/* */
  • 12
  • Insert
  • Plain text
Add Comment
(Up to 20 MB )