You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -43,7 +43,7 @@ Method at API documentation: [task.item.userfield.add](https://dev.1c-bitrix.ru/
|
||||
Result = OPI_Bitrix24.AddCustomTaskField(URL, Type, Name);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "82191268006e9f06006b12e400000001000...";
|
||||
Token = "139a1268006e9f06006b12e400000001000...";
|
||||
|
||||
Type = "string";
|
||||
Name = "TEXT_FIELD";
|
||||
|
||||
@@ -37,7 +37,7 @@ Method at API documentation: [task.item.userfield.delete](https://dev.1c-bitrix.
|
||||
Result = OPI_Bitrix24.DeleteCustomTaskField(URL, FieldID);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "82191268006e9f06006b12e400000001000...";
|
||||
Token = "139a1268006e9f06006b12e400000001000...";
|
||||
FieldID = "257";
|
||||
|
||||
Result = OPI_Bitrix24.DeleteCustomTaskField(URL, FieldID, Token);
|
||||
|
||||
@@ -37,7 +37,7 @@ Method at API documentation: [task.item.userfield.get](https://dev.1c-bitrix.ru/
|
||||
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "82191268006e9f06006b12e400000001000...";
|
||||
Token = "139a1268006e9f06006b12e400000001000...";
|
||||
FieldID = "257";
|
||||
|
||||
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID, Token);
|
||||
|
||||
@@ -35,7 +35,7 @@ Method at API documentation: [task.item.userfield.getlist](https://dev.1c-bitrix
|
||||
Result = OPI_Bitrix24.GetCustomTaskFieldsList(URL);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "82191268006e9f06006b12e400000001000...";
|
||||
Token = "139a1268006e9f06006b12e400000001000...";
|
||||
|
||||
Result = OPI_Bitrix24.GetCustomTaskFieldsList(URL, Token);
|
||||
```
|
||||
|
||||
@@ -42,7 +42,7 @@ Method at API documentation: [task.item.userfield.update](https://dev.1c-bitrix.
|
||||
Result = OPI_Bitrix24.UpdateCustomTaskField(URL, FieldID, , Title);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "82191268006e9f06006b12e400000001000...";
|
||||
Token = "139a1268006e9f06006b12e400000001000...";
|
||||
|
||||
FieldID = "257";
|
||||
ExternalID = "NEW_TEXT_FIELD";
|
||||
|
||||
Reference in New Issue
Block a user