Hi,
I get the fc_Predefined: EmailSender from batch parameters with this:
me.Document.Batch.Properties.Get("fc_Predefined:EmailDate")
but it's a string, so I can't normalize it directly in a field as a date, and I have to use a rule script to get the middle text between the comma and the plus.
Am I missing anything or this parameter is in date type and I have something misconfigured in my system?
Thanks,
Comments
2 comments
Hello,
I'm also having this issue. Is there an answer to how we can normalize this registration parameter into a date field?
Thank you
Finally, what I did was a rule script taking only the substring containing the date and the hour (without the day of the week or the time zone) and then applying there FormatDateTime() function.
Please sign in to leave a comment.