Question
Cognizant
Cognizant
IN
Cognizant
Posted: May 17, 2023
Last activity: May 23, 2023
Last activity: 23 May 2023 1:36 EDT
Closed
Solved
How to make a property not to save in pzpvstream
The scenario here is :
suppose we're having two properties example Name and age on submit of the screen i don't want to save the data in pzpvstream how we can achieve it.
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.
@AkshithReddyT Hmm, I would first check if the property value needs to be stored or not, then i will think about optimization. If i dont have to save the property value , I would not optimise the property as well.
Sample use case : Consider on DOB, I have to show Age on the screen.
I don't have to store the Property Age in the DB. I can calculate the Age based on DOB anytime. In this case, I will have the Age property and will not save the data in DB and will not optimise it as well .