WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Knowledge Base > Latest comments
Depending on your environment you may need to grant privileges to the restored databases. In case you have an archive database you will also have to modify the view V_WFElements, at least if you renamed the database during this process:

https://daniels-notes.de/posts/2023/copy-a-database#modify-v_wfelements-in-archive-db
Examples of using REST API
  16.01.2023 12:03
Hello,

Could pass example how to add attachment and post action in post action?
I can create case via post, add values to attribiutes but when I added a part with attachment and comment, it does not work.

It works only when i use patch method. I have BPS version: 2021.1.5.307

part Example of my code bellow:
,
"comments": {
"newComment": "TEST"
},
"attachments": [
{
"content": "VEVTVA==",
"name": "Nowy dokument tekstowy.txt",
"description": ""

}
]
Mass actions in reports
  05.12.2021 12:42
Nice article Thanks!.
In mass action, is it possible to move the selected instances (grouped) to a new Instance?
Like students instances linked to ClassRoom or employees linked to a company. Thanks in Advance
The Picture form field
  27.02.2021 03:10
Hello,

Is it possible to transform graph field (data presentation) into a picture field to be used in word documents generation process?

Best regards,

Aleš
Is there a way to (meaningfully) use Rich Text Fields from a Workflow in Word Templates? I figuered out that formatted text is only incorparated without the formatting, but with the "control marks", e.g. <p>Sample Text</p>