CA Service Management

 View Only

issue with table field in service catalog form

  • 1.  issue with table field in service catalog form

    Posted Jan 08, 2020 03:43 PM

    Hello,

    We have a form where we have table field. One of the column value in this table is a button as per below screenshot,


    when a user clicks on this button- we will get the corresponding values in columns 2 and 3 and run an RDO to get some technical information and populate in a text area.

    So, if we have multiple rows in the table when we click on the button- respective row technical details will be shown in the text area below in the above screenshot.

    So, for fetching the values of columns 2 and 3 we used 'ca_fdGetTextFieldValue(formId, _id)' method by passing the field names. This used to work fine in 12.9. But now this method is not returning results now in this case. we are getting blank response and so RDO is not returning any results which inturn is not populating the data in the textarea.

    Thanks,

    Rajasheker