Automate

 View Only
  • 1.  Forced Value Update in Evolve

    Posted 09-15-2022 16:21

    Hello,

    Is there a way force a value in a given x-path for a form that is already in process but is lacking a valid value and does not have a visible field that can be updated?  We have had a handful of issues where a form is missing a value from the request side and by the time it arrived at an approver or runner it is causing issues and stopping further steps.  



    ------------------------------
    Scott Fouss
    Shared Services Analyst | Leprino Foods
    ------------------------------


  • 2.  RE: Forced Value Update in Evolve

    Posted 09-16-2022 02:19
    Hi Scott,

    Can be done when opening the form at the approver side and $form.setValue(....)

    Regards,
    Rick

    ------------------------------
    Rick Compen | Data Engineer
    Lumileds Netherlands B.V. | 31643245775
    ------------------------------



  • 3.  RE: Forced Value Update in Evolve

    Posted 09-16-2022 02:25

    On the view where it causes issues hit F12 and then in the console use $form.setValue('<xpath>'),<needed value>
    if the needed value is a string then put it between single quotes.



    ------------------------------
    Jan van Asseldonk | Consultant
    CTAC | +31629078169
    ------------------------------



  • 4.  RE: Forced Value Update in Evolve

    Posted 09-16-2022 13:52
    Perfect.  This is very useful to know and will be a nice ace for the future. 

    Thank you

    ------------------------------
    Scott Fouss
    Shared Services Analyst | Leprino Foods
    ------------------------------