有没有办法通过BLC /图表代码获取Acumatica基本URL?

huangapple go评论58阅读模式
英文:

Is there any way to get the Acumatica base URL through BLC / graph code?

问题

是否有一种方法可以通过业务逻辑代码获取Acumatica基础URL?

英文:

Is there a way to get the Acumatica Base URL through the business logic code?

答案1

得分: 0

你可以使用 PXInstanceHelper.HostName,它会返回你的计算机名称,或者你可以使用 System.Web 中的 HTTPContext:

HttpContext.Current.Request.Url.Host + HttpContext.Current.Request.ApplicationPath;
英文:

You can use PXInstanceHelper.HostName, it returns with your computer's name, or you can use HTTPContext from System.Web:

HttpContext.Current.Request.Url.Host + HttpContext.Current.Request.ApplicationPath;

huangapple
  • 本文由 发表于 2023年7月27日 23:21:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/76781255.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定