Hi,
How to add day/days in the date(available on OIS100/H panel) using infor smart office script?
Thanks
Hello,
It's been a while I haven't done ISO scripts, but they are based on JS .Net. So I think you can use a DateTime and add a TimeSpan.
Hello,You can use this codedateField = dateField.AddDays(1);//replace dateField with OIS100/H panel date field