Hello
I am trying to capture the URL with GETURL function
String := GETURL(ClientType [, Company] [, ObjectType] [, ObjectId] [, Record])
When I am running the report manunally, I am able to capture the URL with help of this function, but when the same report I am running from NAS, I am not able to capture the URL.
RecordLink.URL1:=GETURL(CLIENTTYPE::Current,COMPANYNAME,OBJECTTYPE::Page,900,AssemblyHdr);
I am using above line of code to capture URL
I believe the clientType should be different for NAS but what it should be?
Thanks
Nishant