Error when extend logoff activity

Hi,

As per my requirement, I need to write a custom log activity of every activity have done by operator, it is consist when the operator is logging off from application. So, I modified activity LogOff and call my activity that process the adding of log to data type. The data is successfully added to data type but I’m facing an error that only show a blank white screen instead of back to login screen. Is there anything wrong with my configuration? Please find attachment below.

Thanks and regards,

Farhan

@zahidinf Were you able to find any errors in the pega logs?

Hi @BhanuPrakash_G,

Thank you for the reply. Probably I have resolved this issue. I changed the way to commit by calling method “Commit” instead of “Call CommitWithErrorHandling”. Please find attachment below.

Thanks and regards,

Farhan