Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everybody,
I have requirement where i need to display a' Account Name 'field if AccountID='001'in a textbox
EG:
001 A
002 B
003 C..
I need to create a textbox where it should display'A' along with the condition Account ID='001' without making any selection it should be default.
Thanks in Advance,
Priya
Hi
=only({<FieldName={'001'}>} FieldName)
This will display unique value for the field 'FieldName' --> A (value is set by default to 001)
best regards
Chris
Hi
=only({<FieldName={'001'}>} FieldName)
This will display unique value for the field 'FieldName' --> A (value is set by default to 001)
best regards
Chris
Thanks @christian juillard