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

Workflow IF without any else
Hello,
This is my Workflow rule formula
IF(
AND(Name = 'Tara',Account.ID = AccountId),SUBSTITUTE(TEXT( AccountOpportunity__c ), TEXT( AccountOpportunity__c ), TEXT(Account.AccountOpportunity__c )),"NULL")
I have my IF condition, but I do not want to have any else part, how can I achieve this?
I thank you.
Regards,
Vijay.
1. Field Update - Update Fields on the record
2. Email Alert - Send email notifications
3. Task Create - Create Task records
4. Outbound Messages - Make callout to external system
Thanks
Shashikant
All Answers
1. Field Update - Update Fields on the record
2. Email Alert - Send email notifications
3. Task Create - Create Task records
4. Outbound Messages - Make callout to external system
Thanks
Shashikant
Hello,
I thank you for your answer. i got a better understanding of the way workflows work. I have another question: it is possible to use a picklist to update another picklist through the use of workflows?
Regards,
Vijay.
By wrkflow you could not update a field from another field. For this you have to write a trigger.
Please accept the answer if it helped you so the others having same issue could benifit from it.
Thanks
Shashikant
Hello,
So, apart from the 3 choices of values of the picklist,there are no other ways of proceeding with the update of a picklist from another picklist.
Thanks a lot.
Kind Regards,
Vijay.