Trigger WFWK.1 in a non-Design Studio form

Author
Messages
Roger French
Veteran Member
Posts: 545
Veteran Member

    I've got a custom htm form I am using for a customization. It's working. It's not a Design Studio form. Design Studio is not available on this environment.

     

    So question, I've tried the "normal" method of using the portalWnd.AGSPath in the call to WFWK, but, in the html form, it does not work.

    I've spent alot of time debugging why it won't work. There isn't any error messages, but the javascript function does not like the method of 

    var s = portalWnd.AGSPath + .....

     

    So question. Does anyone have a working example of a non Design Studio form (htm or html) where the WFWK is called and used as a trigger?

    Thank you,

    -Roger

     

     

     

    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      You’d be surprised at the number of times this is because of security. Does your test user have security to WFWK.1?
      You said this environment doesn’t have Design Studio - do you have an environment that does? You can copy the files over and the forms/pages would work.
      David Williams
      Roger French
      Veteran Member
      Posts: 545
      Veteran Member

        My security does have access to WFWK and many other screens.

        And no, there isn't an environment where Design Studio is installed. I wish that were the case.

         

        ---