You need to sign in to do that
Don't have an account?

Update Picklist with a Validation Rule
Hi Friends I need some information to know if is possible update de picklist with a validation rule:
***Problem to resolve
When I create a opportunity and Select a Inventory and the field "Stage" is Closed Won
and I saved , the Custom Object "Inventory" and the field "status" change automatically from "Available" to "Sold"
Oportunity
Inventory= a321
Stage = "Close Won"
Inventory
Inventory=a321
Status="Sold" // "status" change automatically when I save it the oportunity
***Problem to resolve
When I create a opportunity and Select a Inventory and the field "Stage" is Closed Won
and I saved , the Custom Object "Inventory" and the field "status" change automatically from "Available" to "Sold"
Oportunity
Inventory= a321
Stage = "Close Won"
Inventory
Inventory=a321
Status="Sold" // "status" change automatically when I save it the oportunity
You cant update any field using validation rule, you can update any field using workflow or trigger ,
Use trigger as you want to update cross object
Thanks,
Amit