Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User's preferences causing Account number to have spaces #267

Open
SikindarShaik786 opened this issue Jul 11, 2022 · 0 comments
Open

User's preferences causing Account number to have spaces #267

SikindarShaik786 opened this issue Jul 11, 2022 · 0 comments

Comments

@SikindarShaik786
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant