Forum Discussion
RaziD_
Qrew Cadet
Hi Quincy;
I think you can accomplish this with a formula numeric field and a webhook in Customer table:
1. Related Insurance(Reference) - Formula numeric field and formula:
yy= is field id of field in insurance table that has insurance info.
xxxxx=insurance table dbid.
Formula:
var number insRid= ToNumber(ToText(GetFieldValues(GetRecords("{yy.EX.'"&[Selected Ins]&"'}", "xxxxxxx"),3)));
2. Create a webhook in customer table and trigger it when "Selected Ins" field change and "Related Insurance(Reference)" >0 .
Please see attached image.
I hope this helps
Thank you
------------------------------
Razi D.
Desta Tech LLC
razi@destatechs.com
------------------------------
I think you can accomplish this with a formula numeric field and a webhook in Customer table:
1. Related Insurance(Reference) - Formula numeric field and formula:
yy= is field id of field in insurance table that has insurance info.
xxxxx=insurance table dbid.
Formula:
var number insRid= ToNumber(ToText(GetFieldValues(GetRecords("{yy.EX.'"&[Selected Ins]&"'}", "xxxxxxx"),3)));
2. Create a webhook in customer table and trigger it when "Selected Ins" field change and "Related Insurance(Reference)" >0 .
Please see attached image.
I hope this helps
Thank you
------------------------------
Razi D.
Desta Tech LLC
razi@destatechs.com
------------------------------
QuincyAdam2
3 years agoQrew Trainee
Thanks Razi. I actually achieved doing this through a pipeline but used static text field instead. I'll give this a try next time.
------------------------------
Quincy Adam
------------------------------
------------------------------
Quincy Adam
------------------------------