Zoho Inventory Custom Field Update

Zoho Inventory Custom Field Update

Hello All,

In this post I am describing how can we Update the Custom Field Value in Zoho Inventory.

// Get Org ID
orgid = organization.get("organization_id");
// Field Value
resvp = ifnull(item.get("purchase_rate"),null);
// Record ID
iid = item.get("item_id");
if(resvp != null)
{
Fabritec_Buffer = (resvp.toNumber() / 0.94).round(2);
           // if you are not able to find out the custom value then you can by this
customfield = item.get("custom_fields");
      // Custom Field Map
      // Create a list because data will be go in map by the list form
customFieldList = List();
customFieldMap1 = Map();
      // Api Name of custom field
customFieldMap1.put("api_name","cf_fabritec_buffer_6");
      // Value
customFieldMap1.put("value",Fabritec_Buffer);
customFieldList.add(customFieldMap1);
updateItemMap = Map();
updateItemMap.put("custom_fields",customFieldList);
resvp1 = zoho.inventory.updateRecord("items",orgid,iid,updateItemMap,"zinventory");
// Get Update Result
info resvp1.get("item").get("custom_fields").getJSON("value");
}

    Access your files securely from anywhere

        Zoho Developer Community




                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Kaizen

                                                                            Kaizen

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now