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

Problem with fields in Order
Hello there ,
I have a little problem here in my org , I have a field in order a dropdown list with Booked/Not Yet booked , what I wannt to do is:
When i click this field Booked it is a picklist I want to change the other field to Today ()
So when i click Booked field i want to change the date to today other field :)
Cheers
I have a little problem here in my org , I have a field in order a dropdown list with Booked/Not Yet booked , what I wannt to do is:
When i click this field Booked it is a picklist I want to change the other field to Today ()
So when i click Booked field i want to change the date to today other field :)
Cheers
You can write "before update" trigger on "Order" where, if value of Order's dropdown list from Trigger.new is euqal to Booked, then set other field to today.
Let me know if this helps.
All Answers
You can write "before update" trigger on "Order" where, if value of Order's dropdown list from Trigger.new is euqal to Booked, then set other field to today.
Let me know if this helps.
Look at this picturfe so the first one dropdown list and then the second one to today is the date i wana show for today
Keep it as updatedOrder.Follow_up_Status__c & updatedOrder.Follow_up_Meeting_Booked__c
Hello , idk what's going on now :O
Should be fine!