Hi All,
I have a custom command in a list which calls a plsql method. Am trying to pass a value, which is not added in list (But its available in entity and page).
When the column is not added to list, its passing null for that specific field in plsql method.
For example, project id is not added to page.
Method takes that value as null :
If the field is added to the table, then its taking the value :
Does anyone know how to overcome this issue? As the customer doesn't want to see this field in the tab, as its already available in header.
Any guidance would be appreciated.
Thank you.