10-23-2023, 04:09 PM
ok. the expression above is for QUOTES, it won't work anywhere else, and it is doing a bunch of transformations you may not need
it was just an example of one that is working
the one I shared does this:
- concatenates the quote_no with an underscore and the account_id (both fields only available in a quote
- replaces all ampersand for the string 'and'
- replaces all spaces with an underscore
- deletes all double underscores
you have to create your own for your own purpose
it was just an example of one that is working
the one I shared does this:
- concatenates the quote_no with an underscore and the account_id (both fields only available in a quote
- replaces all ampersand for the string 'and'
- replaces all spaces with an underscore
- deletes all double underscores
you have to create your own for your own purpose
Joe
TSolucio
TSolucio