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

I have a homepage that uses the Tabbed Page with progress bar template called "Dashboard Homepage". When I try setting up a user workplace and setting it as the homepage, it gets stuck loading, and never shows the dashboard. I've tested this with a brand new template page, and get the same issue.

When...MoreLess

Like 0

Like

0 comments
Show all comments

Hi Team,

I need to validate 'Amount' field as not having -ve number. But if this field is hidden, then this validation should not work.

------------------------------------------------------------------------------------------------------------------

"validators": {

    "ValidateFieldValue":...MoreLess

Like 0

Like

1 comments

Hello,

Use the approach I described here https://community.creatio.com/questions/how-read-custom-attribute-or-ot…, but also add the 

const...MoreLess

Show all comments

How I solve this Issue .i make build but failed and give me compile error

Like 0

Like

0 comments
Show all comments

Hi there, I would like to know how much time it generally takes for domain verification for bulk emails in Creatio.

Like 0

Like

2 comments

Hello, 

Domain verification for bulk emails typically takes up to 24 hours, depending on your DNS provider's propagation speed. 

If...MoreLess

Show all comments (1)

Hi Team,

I need to validate lead closing date that should not be lesser than lead created date. For this I need to fetch value of 'request.$context.LeadDS_CreatedOn_gjir2pi' in validator directly or using some custom attribute. But I'm not able to fetch value or attribute in validator.

Also, I use...MoreLess

Like 0

Like

2 comments
Best reply

Hi.

As an option, you can enable and disable validators using the enableAttributeValidator and disableAttributeValidator methods. For example...MoreLess

Show all comments (1)