Damree Ilyaad
03/02/2020, 10:58 AMvar suiteUrl = url.resolveScript({scriptId: 'customscriptxx', deploymentId: 'customdeploy1', returnExternalUrl: false});
<http://https.post|https.post>({url: suiteUrl, body: {param1: value1}})
When I logged the url, is starts with '/app/....'Nikola Gavric
03/02/2020, 11:03 AMDamree Ilyaad
03/02/2020, 11:21 AMNElliott
03/02/2020, 12:10 PMvar initialURL= url.resolveScript({scriptId:'customscriptxx',deploymentId:'customdeploy1',returnExternalUrl:false});
var domain = url.resolveDomain({
hostType: url.HostType.APPLICATION,
accountId: runtime.accountId
});
var suiteURL = 'https://' + domain + initialURL;
battk
03/02/2020, 3:14 PMbattk
03/02/2020, 3:14 PMreza.seedin
03/02/2020, 11:56 PMDamree Ilyaad
03/06/2020, 5:42 AMreza.seedin
03/06/2020, 5:43 AM