• Devika Goel
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello Everyone,

I am working on a project in which I have created few custom objects. Now I am trying to achieve that I have two objects one is Inventory and another is Sales.

So if I get any order place under sales. It should fetch the data from Inventory object and at same time update fields under Inventory object.

Suppose I have 100 gift box inventories available and got the order of 20 gift box. Now I want Available field and Sold field update automatically to 80 and 20.

Is that possible to do without any code?