Discussion
1
Replies
113
Views
Virtusa Corp.
Posted: February 22, 2016
Last activity: March 4, 2016
Auto Complete
Hi
I am using Autocomplete control and report definition is there to load the values from DB. once i add a value to the DB using activity and when i am trying to load the data using autocomplete, some times recent added data records are not coming to the autocomplete. is this a pega bug?
Pega 7.1.8 version.
Thanks,
Hi,
What method are you using in your activity?
Obj-Save doesn’t cause the object to be written immediately to the database unless the WriteNow parameter is selected. Every Obj-Save without the WriteNow parameter checked becomes a deferred save.
Damien