String Compare function
Hi,
We have a field that holds the Row Ids of different associated child records. If we add a new child record, then we need a field validation, that should look into the field that holds all the Row Ids and should throw an error, if the Row Id of the new child record is found in the field have the master list of Row Ids.
So, we are thinking to use InStr function or FindOneof function. Not sure how can we compare an entire string using this function.
Our function would look something like this:
InStr('<String_Compare_ITAG>', '<ContactId>')
We have a field that holds the Row Ids of different associated child records. If we add a new child record, then we need a field validation, that should look into the field that holds all the Row Ids and should throw an error, if the Row Id of the new child record is found in the field have the master list of Row Ids.
So, we are thinking to use InStr function or FindOneof function. Not sure how can we compare an entire string using this function.
Our function would look something like this:
InStr('<String_Compare_ITAG>', '<ContactId>')
0