1
0
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:
Vitaly the Alpaca (bot)
2025-05-01 12:55:47 +03:00
parent ba7bab5a84
commit cf9ba6cec5
1684 changed files with 12722 additions and 11512 deletions

View File

@@ -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";

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);
```

View File

@@ -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";