table plugin variable does not work after upgrading from Catalog 14.1 to 17.x
search cancel

table plugin variable does not work after upgrading from Catalog 14.1 to 17.x

book

Article ID: 192316

calendar_today

Updated On:

Products

CA Service Catalog

Issue/Introduction

After upgrading from 14.1 to 17.2, the following variable does not work in table:
$({'variable': $("input[_id='txtf_fieldname']").attr('value')})

Environment

Release : 17.2

Component : SERVICE DESK MANAGER

Resolution

The table plugin variable should be changed  from

$({'variable': $("input[_id='txtf_fieldname']").attr('value')})

to


$({'variable': ca_fdGetTextFieldValue(ca_fd.formId,'txtf_fieldname')})