- @LengthOfPageList(.ToRecipients)>0&&.ToRecipients().WoID==“”&&.ToRecipients().ContactID==“”
2.@(Pega-IntegrationArchitect:pyServicesUtilities ).pyValidateEmailID(.ToRecipients().ExternalAddress)
- @pxAddMessageToPage(“Invalid email address”,Primary)
2.@(Pega-IntegrationArchitect:pyServicesUtilities ).pyValidateEmailID(.ToRecipients().ExternalAddress)
@PRATHYUSHAS8626
What is your query here?
Do you want to know what each expression does or something else?
@PrakashDeep Explain me why this expressions are used?
@PRATHYUSHAS8626
LengthOfPageList is a function that allows you to retrieve the number of elements in a page list property. It returns the count of elements present in the specified page list.
pxAddMessageToPage is a method used to add a message to the system clipboard for display to the user