CA Service Management

  • 1.  New operation to display form anonymous

    Posted Jan 19, 2016 10:28 AM

    Hello guys,

    I'm trying to make a new operation in the service desk call Z_SHOW_FORM that works anonymously. Similar to DO_SURVEY operation.
    I created the op_custom.cfg file in $NX_ROOT\site\mods\www stating:

    Z_SHOW_FORM z_show_form VIEW READ NOLOGIN

    And creted SPEL method "z_show_form" with the standard content operations but everytime I try to call the transaction by the URL http://<server: port>/CAisd/pdmweb.exe?OP=Z_SHOW_FORM+SID=0+HTMPL=formulario_htmpl , i receive the following error message:

    Coding error in the file .htmpl The BOP object name is not set in .htmpl file

    Does anyone have any idea how to solve this?



  • 2.  RE: New operation to display form anonymous

    Posted Nov 29, 2022 08:32 PM
    If anyone is still looking for the solution: you must have a FACTORY parameter in your URL.