Dynamics-365-Workflow-Tools
Dynamics-365-Workflow-Tools copied to clipboard
User's preferences causing Account number to have spaces
There is a user that has "spaces" selected in their personal setting format Digi Group Symbol Blank then also the Account Number should display as a full number without spaces (ABCD1000002) but the account number was displaying with spaces as ABCD1 000 002
Steps to reproduce:
Go To Personal Setting -> Click Formats -> Click Customize -> Select Digi Group Symbol -> Blank
https://user-images.githubusercontent.com/109063063/178211609-08ea5ed6-48ba-43ea-809b-572a0eeda639.png
Create Account -> Account Number should create without spaces Expected results
Actual Result: Account number is generated with spaces
https://user-images.githubusercontent.com/109063063/178212157-4b2db089-3544-4cda-a170-cea87158b40c.png
We have applied the string functions to replace the space by using "Without Spaces" out put parameter, regular expressions {Account Number(Account)}.replace("/ /g","-") and different properties Space, (empty) {} , and (' '), (" ") msdyncrmWorkflowTools (1.0.60.1): String Functions but not getting positive reulsts still displaing with spaces.
The flow we have been used:
https://user-images.githubusercontent.com/109063063/178216857-31622d4f-2011-4995-bde0-3f2e05db4d27.png
CRM Online Version: Server version: 9.2.22062.00180 Workflow Tool Version: msdyncrmWorkflowTools (1.0.60.1)
Can someone please provide suggestions and update how we can define the string function in flow for getting account numbers without spaces?