IT Process Automation

 View Only

  • 1.  automatic textbox in Interaction Request Form

    Posted Jan 21, 2016 11:46 AM

    In a Interaction Request Form, is this possible to do an automatic textbox.
    The data comes from database.

    If so, how can we do it?



  • 2.  Re: automatic textbox in Interaction Request Form

    Posted Jan 21, 2016 11:48 AM

    If yes, it is possible to query data from a database table and populate a textbox in a form. Give me a sample script that could go into an IRF script block:



  • 3.  Re: automatic textbox in Interaction Request Form
    Best Answer

    Broadcom Employee
    Posted Jan 25, 2016 01:20 PM

    Do you mean create a textbox dynamically at runtime?  I don't believe that is possible.  You can create it and "hide" it by default and then use functions to display/hide it within the form.  There is an example of something like this in the "out of the box" pre-defined content that comes with PAM.

     

    And under the script button in a form design there are functions for reading from a database.