Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I have followed this "Custom Table Views (Step 1) (ptc.com)" article given by PTC.
I put the value in affected disposition table after submitting it the attribute is not getting persist.
And I have attached the screen shot below of before submitting the CN and after submitting the CN.
Please provide a solution.
Solved! Go to Solution.
Hi @AR_9920456
If you added own custom attributes then you need to customize the processor that cares about storing the values in the database.
the class is ChangeTaskAffectedItemsFormDelegate
OOTB system attributes are stored without any issue
In your case I would check a log files and turn on datautility logger for the disposition text column. .
How do you know that value is not stored? If the value is null or empty, then nothing is shown.
In your case there is an error.
PetrH
Hi @AR_9920456
If you added own custom attributes then you need to customize the processor that cares about storing the values in the database.
the class is ChangeTaskAffectedItemsFormDelegate
OOTB system attributes are stored without any issue
In your case I would check a log files and turn on datautility logger for the disposition text column. .
How do you know that value is not stored? If the value is null or empty, then nothing is shown.
In your case there is an error.
PetrH