You need to sign in to do that
Don't have an account?
Required fields are missing: [FieldValueId]
The requirment is like when i am updating the account field (Active__C type boolean) as True /False then i need to update the Active/False contacts as input for the account active field. For example for an Account 1 (whcih is active) there are two contacts (Cont1 (Active = False)& Cont2(Active = True) ). When i want to update the account's active field as False i need to update on the contacts whose active field value is set as true and need to update the field value as False.
For this particular requiement i have used Process Builder however it in retruns in Required fields are missing: [FieldValueId] . Can somebody let me know what mistake i am doing ?
Thanks in Advance.
For this particular requiement i have used Process Builder however it in retruns in Required fields are missing: [FieldValueId] . Can somebody let me know what mistake i am doing ?
Thanks in Advance.
Thanks for not replying my question. However i have done the same in other org and it's works perfectly by using process builder. Still not sure why it didnt work in my developer edition.