Время создания
Filters

Hi,

I know that it's possible to define Accounts pages from a typed fields, but how can I make inheritance of th OOTB one for the 2 others pages ? 

Angular replace option doesn't allow page name modification

Like 0

Like

0 comments
Show all comments

Hi everyone,

I was exploring the latest 8.3 release on a trial instance (v8.3.0.3031 to be specific) and I've been unable to add dependencies to packages. I tried adding a dependency and clicked apply - it navigated me to the configuration page, but when I opened the properties of the package again, the added dependencies were missing. 

I faced this issue across multiple trial instances and was just curious if anyone encountered this and figured a solution / workaround.

Regards,
Ramya

Like 0

Like

0 comments
Show all comments
Email
email templates
unsubscribe
Customization
Marketing_Creatio
8.0

Hi Creatio Community,

I have a use case where I’d like to customize the unsubscribe behavior in our email campaigns.

Currently, when we send emails via Creatio, there’s an unsubscribe link included. However, clicking this link unsubscribes the user from all future emails sent from Creatio, regardless...MoreLess

Like 1

Like

2 comments

You can create your own custom unsubscribe or preferences webpage that works however you need and maybe uses the Creatio API to communicate...MoreLess

Show all comments (1)

Hello Community,

We are experiencing an issue with calculated fields in Creatio using the HandleViewModelAttributeChangeRequest handler, as described in the official documentation.

The implementation generally works as expected, but we've observed a problem when users input decimal values quickly. For...MoreLess

Like 0

Like

2 comments

That is an annoyance (even worse for lookups since the change request fires as they are typing in a value, before they've actually selected...MoreLess

Show all comments (1)

I am trying to update a decimal field using a formula (within a business process) which calculates two integer value fields. The result is getting displayed as either 1 or 0, so I am assuming I need to carry out some sort of (decimal) conversion. This is the query. Anyone know best way to achieve this?

(([#read 1.First item of resulting collection.Int1#]-[#read 1.First item of resulting collection.Int2#])/[#read 1.First item of resulting collection.Int1#])*100

Like 0

Like

2 comments

you can use Convert.ToDecimal( (([#read 1.First item of resulting collection.Int1#]-[#read 1.First item of resulting collection.Int2#])/[#read...MoreLess

Show all comments (1)