You need to sign in to do that
Don't have an account?
manav_mnv
Concatenate Text and Auto number field
Hi All
I want to concatenate Text field with my auto number field, scenario is:
I have one Text(9) field- Tour Reference(Flagged as External ID)
Autonumber- Order ID
I want to create Order Reference field(formula field) which concatenate Tour Reference + Order ID.
How to achieve this. Please suggest
Thanks
Manav
I want to concatenate Text field with my auto number field, scenario is:
I have one Text(9) field- Tour Reference(Flagged as External ID)
Autonumber- Order ID
I want to create Order Reference field(formula field) which concatenate Tour Reference + Order ID.
How to achieve this. Please suggest
Thanks
Manav
You will have to first create your "Auto number field",
then you can use the Formula Builder and Insert Field buttons to insert API Field Names into your Formula(TEXT) field.
Please let me know if this helps
Best Regards
Naga Kiran
try with below formula .
Tour Reference API & Order ID.API and select order reference return type as Text .