#insertdata

How to store Business Data Object into Database (groovy/java)

For example I have business data object Cup.

I can define it on Groovy script easily.

def new_cup = new Cup();
new_cup.name = "Tiny Cup";
new_cup.description = "Nice tiny cup";
new_cup.ownerId = 5;

But how I can store it into database programmatically now?

How to edit keys and values in connector: Insert data in a .docx/.odt template?

Hello,

Is there any way or example of how to edit the keys and values using a Groovy script, i.e. using the "Edit as an expression" functionality as shown in the attached image, instead of editing them from the table in the connector: Insert data in a .docx/.odt template?

insert-Data-DOCX-1ws2e3e.png

Notifications