Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi
I have Persistent infotable proeprty for my device.
I understood that persistent property is store data even if device goes to offline.
but I add some rows on my infortable and disconnect, reconnect device.
rows on infortable are disappeared.
Is is all right?
How can I maintain infortable's data?
Solved! Go to Solution.
Hi,
You need to follow the approach from this article: https://www.ptc.com/en/support/article?n=CS227531
Recommendation is to clone infotable, perform the modification and after assign again the infotable to the original one.
Hope it helps,
Raluca Edu
Hi,
You need to follow the approach from this article: https://www.ptc.com/en/support/article?n=CS227531
Recommendation is to clone infotable, perform the modification and after assign again the infotable to the original one.
Hope it helps,
Raluca Edu
Thank you!
It resolve my problem