Hello There,
I am fetching a datetime value from a request property as String in following format "yyyy-MM-dd HH:mm:ss" and then parsing it into a datetime object of format "MM/dd/yyyy HH:mm:ss".
Then I am trying to save this value…
Hello There,
I am fetching a datetime value from a request property as String in following format "yyyy-MM-dd HH:mm:ss" and then parsing it into a datetime object of format "MM/dd/yyyy HH:mm:ss".
Then I am trying to save this value…
Hello,
I am trying to implement a use case where there is a need to delete a user google account.
my understanding is that if I fire a delete event on a record in GAPUser table then the DELETE event gets fired and the OOTB process "GAP_User_Delete" should…