Forum Discussion
The first thing to check is that you have to make sure that the button is which the user is clicking is only being shown in view mode, or possibly view and edit mode. But certainly not add mode. If they push the button in add mode, then it's gonna write a blank record ID to the user focus table.
Hi Mark,
Thanks for the quick reply. Unfortunately, this is on a Add Record form as the workflow requires users to create the recorded the time the formula is run, so edit/view mode is not an option for this workflow.
I understand that is not ideal, as that the RID is not generated until the record is saved/created, however, this has not stopped this button/the formula I posted from functioning without issue from July 2024 until mid-day today (over 2,000 records have been processed this way in that time). Up until mid-day today the record would auto save when the button was pressed and the RID would be passed to the user focus table. It just all of a sudden stopped working.