+ Add post
For instance, I've crafted a function to generate a contact:
void InsertContact(string contactName) { UserConnection userConnection = Get("UserConnection");
contactName = contactName ?? "Unknown contact";
var ins = new Insert(userConnection) ...MoreLess
Like
Hello, Ajay!
You can implement any logic with the code in the Creatio configuration, and any realization in C# is supported. Your code example...MoreLess
Hi Community,
I had created a section through business process, and now I want to add a detail in it using Script task. Please help
Hello, adding a working detail using a Script task can be a very difficult task. In the detail wizard, there is a list of methods like ...MoreLess