Hello all,
Is there a way to deal with element.args().parmObject(); like we do with element.args().record(); ?
I'm explaining myself :
I'm looking for some easy way to work with parmObject() between 2 forms, because parmObject() return an Object which i dont really find a way to process some query on it.
element.args().record() is more useful from my knowledge to filter records and work with recId for example.
So i m wondering how to deal with args.parmObject as easily as args.record.
Thank you for your answer.