Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
Prefixes the current organization's unique name to a string, typically a URL path.
Syntax
var globalContext = Xrm.Utility.getGlobalContext();
globalContext.prependOrgName(sPath);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sPath |
String | Yes | A local path to a resource. |
Return Value
Type: String
Description: A path string with the organization name prefixed in the following format:
"/"+ orgName + sPath