Question

'Save printable' process element

Hi,

I need support regarding an app from Creatio Marketplace 'Save printable' process element (https://marketplace.creatio.com/template/save-printable-process-element)

I filled in process parameters according to the manual on the marketplace but every time in process logs an error occurred for this element that entity schema with UId .... was not found.

Could you help me with the configuration for this element in the process? 

BR Paulina

Like 0

Like

7 comments

Hi Paulina,

please specify the following details: 

an entity schema name, 

a package name where the entity schema is stored,

a package name where you save your business process. 

It seems that your business process does not have access to the necessary data.

Irina Lazorenko,

Thanks for the reply but we already solved this problem.

BR Paulina

paulina.sciegienna@optingo.pl,

What did you do to solve this problem?

Carl Moore,

Initially, I used incorrect lookup (lookup to detail of object, like 'File and link of account'). Correct lookup is File schema for the object (for example: [#Lookup.File schema.Account attachment#])

BR Paulina

Paulina Ściegienna,

Gotcha. Thanks for the response.

So for us, the issue was due to an incorrect setup of the File Schema object located in the "GlbPrintableSaver" package. The GlbFileSchema object was originally created as a "Base Object" instead of a "Base Lookup".

After creating a new file schema object as a lookup type, and then inserting the detail attachment names with the Id in the table set to the corresponding UID of the object details (e.g. Account Attachment), we were able to correctly select the file schema lookup within the business process and attach printables to details.

Hi,

 

I'm getting this error, configuring this add-on: "Terrasoft.Common.ArgumentNullOrEmptyException: Value for argument "MasterColumnValue" must be specified."

https://prnt.sc/106kciy

 

Although trying several different options without success.

This is how I configured the Task object:

https://prnt.sc/106kf4j

 

Can someone help me with the configuration?

 

Solved... after looking at others post examples.

 

This is how I build my parameters:

https://prnt.sc/106nyj8

 

The error was misleading... The problem wasn't the 'MasterColumnValue'

Show all comments