Hi community,

I created a business process that inserts a new OpportunityProductInterest for a specific product into a specific Opportunity.

The insert process element step copies the Product.Notes column to the OpportunityProductInterest.Notes column.

Product.Notes is a localizable text column and...MoreLess

Like 0

Like

1 comments

Hi,

I founded the solution.

The OpportunityProductInterest.Notes field was not a text localized, then the BP didn't work correctly.

I chang...MoreLess

Show all comments

hello , is there a tool in creatio like adobe reader? that reads the pdf file then store it to database?

Like 0

Like

3 comments

Hello,



Could you please elaborate on your business task?

Show all comments (2)

Hey all , 

is it possible to add an attachment column in this expanded list , to add for each invoice an individual attachment.

Like 1

Like

2 comments

Hello,



At the moment, there is no such possibility with basic tools, to display a column in the invoice with attachments.



However, a task...MoreLess

Show all comments (1)

How to update the SupportEmailBodyTemplate of ContextHelpSchema ?

The Code is a Localizable Strings, I want to update the Value (body) by a custom template. How can I achieve this ?

Like 0

Like

4 comments

Hello Naresh,

You can achieve your goal in a simpler way:

Go to System designer -> find "Translation" -> find key Configuration:ContextHelpSchema:LocalizableStrings...MoreLess

Show all comments (3)

Hi,

A few questions:

  1. When can we expect 8.1 to be released to our cloud environments?
  2. What happened to the roadmap at this link? https://academy.creatio.com/docs/release/creatio-roadmap?check_logged_i…. I'd like a copy of the roadmap.
  3. Are there any plans yet to implement recurring activities?

Thanks

Lewis

Like 0

Like

4 comments

8.1 is currently available for trials, but not sure when it will roll out to cloud environments. 

That link still works, but you need to...MoreLess

Show all comments (3)

Hello,

i want to make a custom module to display data in a freedom UI page,

but i can not figure out how to send the Id of the main entity to the module, in a freedom UI page.

The page context is sent to the module with the crt.HandleViewModelInitRequest handler, but i don't know how to retrieve id from that context object..

is there some documentation i can read about this please ?

Regards,

Patrice

Like 0

Like

2 comments
Best reply

Try this: 

const recordId = await request.$context.Id;

Ryan

Show all comments (1)

How to make a field in the expanded list read-only by default or by a condition

Like 0

Like

4 comments

Hello,

You can customize a business rule to cover this need:

Set up business rules

Show all comments (3)

Hello Community!

I'm trying to fill a field with the result of a simple calculation (e.g. field A - field B).

However, when I create the business rule and select "set field" as action, I can only provide a constant value and not a formula...am I missing something?

Here is a screenshot of the 

I know that I can use a business process to achieve this, but this would be much more simpler and elegant I think.

BR,

Robert

Like 0

Like

4 comments
Best reply

It's not yet available in Freedom UI --> Creatio Roadmap indicates for Q4 2023 https://academy.creatio.com/docs/release/creatio-roadmap?check_logged_i…

Show all comments (3)

Hello, is there a way to build a reports scheduler in Creatio platform? or is there an free product in marketplace that does this requirement??

Like 0

Like

1 comments

Hi Anas,



Yes, we have created scheduled process with [Process file] element. It can generate reports.



Kind regards,

Vladimir

Show all comments
Hello. 
Hello.

I need to send an image through an API to convert it to base 64, I tried to do it using the Web service tool but it does not allow me to place an image or file field to use it from the bpm, I was looking for some information and I saw that it could be done using a script, I just haven't found a way to do it. Could you help me with some example or idea so I can do this please?
 
Like 0

Like

1 comments

Hello Laura, 

Please refer to this article for more detailed information about such functionality.  

Also, similar question...MoreLess

Show all comments