Hi all,
I am using following Jquery code to set default value to Organization lookup field in portal page(powerapps portals).
I am trying to set account record as my default value.
But not working.
Can someone tell me what went wrong.
Bit urgent
$("customer_name").attr("value","XXXXXXXXX");
$("customer").attr("value","42e9af18-c077-ea11-a811-000d3acb08cf");
$("#customer_entityname").attr("value","account");
Regards,
Babu