function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bob 11Bob 11 

last modified field but only when a user updates certain fields

I am looking for a solution to show when a community user updates certain fields on a record. Ideally it would act similar to the last modified field but only when a user updates certain fields.
 
Is there a formula field I should use? if so what would the formula look like?
Best Answer chosen by Bob 11
Surya GSurya G
HI Bob, 

You can create a date field on the object , and have a workflow field update to update the date field whenever certain field on a record is updated.

Please refer this link to achieve this requirement, which shows step by step process.
https://help.salesforce.com/articleView?id=000338930&type=1&mode=1

There is a thread simiar to your requirement, you can also refer this.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8ZlKSAV

Thanks
Surya G


 

All Answers

ShivankurShivankur (Salesforce Developers) 
Hi Bob, 

Unfortunately, this is still an idea.

Please check out this IdeaExchange link and upvote it so that it can delivered by product teams after considerable number of votes:
https://trailblazer.salesforce.com/ideaView?id=08730000000BqRx

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.
Surya GSurya G
HI Bob, 

You can create a date field on the object , and have a workflow field update to update the date field whenever certain field on a record is updated.

Please refer this link to achieve this requirement, which shows step by step process.
https://help.salesforce.com/articleView?id=000338930&type=1&mode=1

There is a thread simiar to your requirement, you can also refer this.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8ZlKSAV

Thanks
Surya G


 
This was selected as the best answer