cancel
Showing results for 
Search instead for 
Did you mean: 

Invoking calendar control

abrahamjohn
Level 3

Hello Blue Prisemers,

I need to change the value of from and to date of a calendar control.

The control is setup in an .aspx page with reference to CalendarControl.js.

this function sets the value in calendar control post selection.

function setCalendarControlDate(year, month, day) {
  calendarControl.setDate(year, month, day);
}

I tried the JavaScript fragment/navigate approach which didn't work. Any other ways I can do this in Blue Prism?

Regards,

Abraham John



------------------------------
Abraham John
------------------------------
1 BEST ANSWER

Best Answers

abrahamjohn
Level 3

I was able to find solution by myself. Just use write stage and then the data to the fields. First when i tried manually copy paste wasn't working, however via Blueprism write stage field value was set.



------------------------------
Abraham John
------------------------------

View answer in original post

1 REPLY 1

abrahamjohn
Level 3

I was able to find solution by myself. Just use write stage and then the data to the fields. First when i tried manually copy paste wasn't working, however via Blueprism write stage field value was set.



------------------------------
Abraham John
------------------------------