I am trying to display a message in the Details Page when users edit records based on two fields:
Field 1 is a dropdown list that users don't change 99.9% of the time but could potentially change
Field 2 is a date/time field that users will change frequently.
If a certain combination occurs, for example IND (IN) for 02/10/2023, I'd like to flash a message on the screen (field, HTML, or popup) BEFORE the user clicks the Update button.
I've tried the following but can't seem to come up with a solution:
Rules don't seem like they will work because I have 9 items in the list for Field 1, probably 20 dates that I want to check for Field 2, a different message will apply by date, and different dates in Field 2 will apply to different records in Field 1.
I built a separate table with three fields to join in a Calculated Field with a select query....however the Calculated Value joins based on the current record value whereas I want to do the join on what the value is changed to but not yet committed as an Update.
3. I used a Case Statement in a Calculated Field but again, the Case statement checked based on the current record's value whereas I want to do the join on what the value is changed to but not yet committed as an Update.
Has anyone done anything like this yet? Is this a solution that can be done in HTML/Javascript?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
ChristianM
Hi All,
I am trying to display a message in the Details Page when users edit records based on two fields:
If a certain combination occurs, for example IND (IN) for 02/10/2023, I'd like to flash a message on the screen (field, HTML, or popup) BEFORE the user clicks the Update button.
I've tried the following but can't seem to come up with a solution:
3. I used a Case Statement in a Calculated Field but again, the Case statement checked based on the current record's value whereas I want to do the join on what the value is changed to but not yet committed as an Update.
Has anyone done anything like this yet? Is this a solution that can be done in HTML/Javascript?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.