Avatar

Correct answer by
Community Advisor

Hi @ramprakasht3196 

 

you should check if your query return anything and if you have enough privileges.

You may try like this:

 

ctx.recipient.@xtkschema="cus:UserProfile";
ctx.recipient.@_operation="update";
ctx.recipient.@_key="@email";
ctx.recipient.@password= {tempPassword} ;


xtk.session.Write(ctx.recipient)

Regards,

MIlan

 

View solution in original post