Tag: Processes

  • Content Type

Working With Collection Parameters in a Process in Creatio

For parameters in processes, you can easily set and get values in code ScriptTasks for simple parameter types. However, it might not be as obvious how to work with a collection parameter. For simple parameter types, such as text, you can get and set values using the following: This article will outline how to get […]

Emailing a List of Multiple Records from a Process in Creatio

It’s easy to make a table of multiple records in a process for your emails. In this article I will show you how to make a table with a process by looping and using HTML. You can check out my other article about looping for a reference here. This article’s example we will be creating […]

Executing Direct SQL Statements in a Process or Configuration Web Service in Creatio (formerly bpm’online)

Creatio does have a lot of options for working with objects/data with an Entity object model, EntitySchemaQuery, Select/Update/Insert objects (I’ll get around to writing articles on these topics as well). You can also execute a SQL statement directly when needed as well. Before we get into the code, it’s worth mentioning, executing a SQL statement […]

Getting the Current User in Creatio (formerly bpm’online)

There are many cases when you need to know who the current user is in bpm’online. Whether this is in client-side code on a form, or in server-side code in a process or a configuration service. Getting the Current User in Client-Side Code The current user is stored in Terrasoft.SysValue as CURRENT_USER. This is a […]

Subscribe To Our Newsletter

Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!

You have Successfully Subscribed!