Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Can we use formula field in ISCHANGED() formulas i...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Can we use formula field in ISCHANGED( ) formulas in Workflow rule criteria
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-10-2013 04:58 AM
Hello i want to use formula field in ISCHANGED() in Workflow rule criteria but i get error like bellow.
Formula :
IF( AND ( Risk_Rating__c = 'D' , Total_AR__c > 0 , ISCHANGED( Oldest_Due_Date__c ) , true, false) )
Note : here Oldest_Due_Date__c is formula field with Date return type.
Error: Function ISCHANGED may not be used in this type of formula
Sailfin Technologies Pvt Ltd , Surat
Solved! Go to Solution.
Re: Can we use formula field in ISCHANGED( ) formulas in Workflow rule criteria
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-10-2013 06:24 AM
Hi
Check this link about ischanged() function in detail :-
http://ap1.salesforce.com/help/doc/en/customize_fu
Anil.B
Re: Can we use formula field in ISCHANGED( ) formulas in Workflow rule criteria
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-10-2013 10:21 AM
To make it easy :
This function is available only in:
- Assignment rules
- Validation rules
- Field updates
- Workflow rules if the evaluation criteria is set to Evaluate the rule when a record is: created, and every time it’s edited.
Thanks
Ankit Arora
Certified Developer | Twitter
Don't forget to give KUDOS if post helped you.
Latest Blog Posts : Streaming API- Easy Code AND Uploading Multiple Attachments into Salesforce - Simple Code
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.
Re: Can we use formula field in ISCHANGED( ) formulas in Workflow rule criteria
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-11-2013 08:41 PM
Yes i use the Evaluation Criteria
created, and any time it’s edited to subsequently meet criteria
i got the problem due to this Evaluation Criteria the above error is occur. this criteria not support ISCHANGED and PRIORVAL function.
Thanks
Sailfin Technologies Pvt Ltd , Surat
Re: Can we use formula field in ISCHANGED( ) formulas in Workflow rule criteria
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-21-2013 10:10 PM
Guna

