Hey,
What special characters can not be used in BC? i.e any of the following...!@#$%^&*()= in item creation, job creation etc. or in BC totality
Thanks!
Hey,
What special characters can not be used in BC? i.e any of the following...!@#$%^&*()= in item creation, job creation etc. or in BC totality
Thanks!
Yes thank you it worked for me. but i am getting exception if the product name is like this DS-2CD2132F-IW(4MM).
It give exception of
The length of the string is 22, but it must be less than or equal to 20 characters. Value: @*DS-2CD2132F-IW(4MM)*
How to solve this?
Hi,
I have used only simple setfilter function only the catch is I have provided the values extracting from the function STRSUBSTNO with special characters in between of @* string*
please check if it works for you
Hi thank you for your response.
Can you please elaborate working of this filter. I am new in business central so i just know basic understanding of set filter function.
Hi,
Try like this
itemRec.SetFilter("No.", '%1',StrSubstNo('@*%1*', ProductName));
Hi, I am going in a situation where i have product name with special character like 1001-B(101) .
as i am already using the .filter function with filter criteria of ignore case
Hi, there are not too many restrictions in BC. I recently discovered that you can even enter emoticons in the code field and text field.
For example:
But for system developers and administrators, I definitely don’t want to use these special characters.
Hope the following link will help.
How to prevent users from entering special characters inside an input field: https://yzhums.com/5734/
Thanks.
ZHU
André Arnaud de Cal... 291,374 Super User 2024 Season 2
Martin Dráb 230,407 Most Valuable Professional
nmaenpaa 101,156