Do you have any solution to handle this date 00010101?
- Log in to post comments
Do you have any solution to handle this date 00010101?
I tried using this but this did not make any difference. but when i tried to convert this string "theyââ¬â¢re" to normal text with $ZCONVERT i am getting below result.
Example:
set rawString="theyââ¬â¢re"
USER>Set fixedString = $ZCONVERT(rawString, "I", "UTF8")
USER>write fixedString
theyâ?re
So, my Question is how to remove the â? and get the exact text. and this is not the only text that is coming we can also another character encoding as well.
Yes, that's correct. It's coming from the REST API in json payload.
Got it @Enrico Parisi
So is it a correct way to use ..%RequestHeader.TimeCreated in BO...I mean will it give the exact time?
I need this in the OnProcessInput Method.
Thanks @Enrico Parisi for the help.
It is working as expected.
Will it capture the current sender if there are multiple senders sending request at the same time?
Yes, @Esther Sanchez
I want to know the sender within my Business Operation method.