Hi there, when I setup a business process, I have to get the value from an element parameter like [#Get base currency rate.XXX#] where XXX is the value stored in a system parameter, say [#Base currency#]. Any suggestion? Thank you in advance!

Please refer to the following figure.

Like 0

Like

2 comments

Hi Andrew,

Just an idea, you could possibly use a formula to get the value you're after. It would be a big series of ?: statements to ultimately...MoreLess

Show all comments (1)

Hi community,

I tried to install on my creatio instance the map widget (Map widget for Creatio | Creatio Marketplace), but it does not appear in the chart type list on dashboard designer.

What am I doing wrong?

Like 0

Like

3 comments

Hello Stefano,

See my reply on this post from Sept 15, it has the solution to get this to work (by overriding BootstrapModulesV2) https://community...MoreLess

Show all comments (2)

I created a custom package working in file system mode on my PC.

The package is set to be "Compiled into a separate assembly".

When I compile it (selecting "Compile" in the dropdown menu near the package name and selecting "Compile all" in the Actions button) I see a popup error reporting syntax errors...MoreLess

Like 0

Like

0 comments
Show all comments

What could be the ideal issue behind this error message? While publishing, Generating Schemas and Compilation, encountering with this error message. The instance is on cloud and connected via VPN. Issue arises only when above described actions are done. 

Any suggestion would be helpful.

Thank you!

Like 0

Like

0 comments
Show all comments

Dear,

Is it possible to join documents uploaded on Creatio to an email ?

We would like to store files in Creatio and use them into email attachments (without downloading them into computer).

Thank you !

Nicolas

Like 2

Like

0 comments
Show all comments

Hi support

I've installed different addon from the market place.

There are many "marketplace creatio webservice" processes running on the instance

Is there anyone who knows why these business proces exist?

Like 0

Like

2 comments

Dear Stefano,



Could you please attach the screenshot once again?



Thanks in advance!



Best regards,

Bogdan

Show all comments (1)

Hi Team,

I changed the object permissions from one object.

How can I bind this object permission?

Kind regards,

Andreia

Like 0

Like

3 comments

Hello Andreia,

You have to erase the current binding in the package to bind the data to the other one.

Data should be bound only once in a...MoreLess

Show all comments (2)

Dear community,

I have a case where I need to get the section's id that the detail belongs to in detail edit page. While var sectionName: this.get("DetailColumnName"); gives me the code of the section, it would be easier to process logic if I could get the section's Id in SysModule table.



Would appreciate your help!

Thanks

Like 0

Like

1 comments

Hi Shivani,

You can initiate the ESQ query on the onEntityInitialized method execution on the edit page of your detail and call the SysSchema...MoreLess

Show all comments

Hi,



I have a detail that has been added on an opportunity in code, so I cannot make it read-only with the opportunity designer. How do I set up the code so that make a decimal field in the detail read-only ?



Thanks,



Damien

Like 0

Like

1 comments

Hi Damien,

If this is a detail with an editable list simply add this code:

"enabled": false

to the definition of the column that you need...

MoreLess

Show all comments

Hi community,

Is it possible to use the BufferedImportEntity table to import data from an external source, without using the creatio import function?

My idea is to load using a script block  this table and use it as a temporary table.

Like 0

Like

2 comments

Hi Stefano,

It's not recommended at all. Please create a section that will be not displayed anywhere and use its table to perform a data import...MoreLess

Show all comments (1)