Hi Team,

I was implementing a print report on a section. Now, I want to download the report in (ColumnName).docx in which ColumnName varies for each record based on the data stored in that column. By default, it is giving the same name as the printable name for all the records. Please help

Like 1

Like

1 comments

Hello, 

As for now there is no option to change the file name dynamically or assign some particular name. We have this task registere...MoreLess

Show all comments

Hello Community,

I have a requirement, when a user changes the DCM status manually validation should trigger. To achieve this I am using asynValidate function and the validation is working fine.

But the issue here is status is not restoring back automatically and also both Save and Cancel button i...MoreLess

Like 0

Like

4 comments
Best reply

Anastasiia Zhuravel,

I have resolved the issue. To acheive the desired output I have added a small line after the error message as follows:

...

MoreLess

Show all comments (3)

Hello Creatio community !

I would like to call the Creatio Webservice ..../0/rest/FinAppSpecService/InheritSpecificationsForFinApp  which automatically populates the Product Terms in Application, inside a Business Process. I can not call it in a c# class because the the constructor of FinAppSpecService class does not accept UserConnection as e parameter. Which is the proper way to solve this problem ?

Like 1

Like

11 comments
Best reply

Hello Petrika,

It's possible if you create a webservice record where the POST method complete address will be {siteURL}/0/rest/FinAppSpecService/InheritSpecificationsForFinApp...MoreLess

Show all comments (10)

Hi Community,

We have two different status in a section. One on the section UI (Reservation Status) and other one is DCM status. Our requirement here is, when the DCM status changes it will also change the Reservation Status.

To achieve this we have added one attribute and method on the page schema...MoreLess

Like 0

Like

1 comments
Best reply

Since the automatic changing of the DCM status happens outside of the context of the page, you won't receive any event in the page code for...MoreLess

Since the automatic changing of the DCM status happens outside of the context of the page, you won't receive any event in the page code for...MoreLess

Show all comments

Hi Community,

I have created one Process parameter of type "FILE" as follows:

I am trying to assign the value in a script task. The script task contains the following code:

var recordId = Get<Guid>("FileID");
 
IFileFactory fileFactory = UserConnection.GetFileFactory();
var fileLocator...

MoreLess

Like 0

Like

4 comments
Best reply

Hi Sourav,

The problem here is that this parameter stores not the file itself, but the file locator. If you redesign the code as:

var...

MoreLess

Show all comments (3)

Hi Community,

I need to skip the mini-page which comes when we click "complete" on any user task in a DCM.As soon as the complete button is clicked the user task should be marked complete. Is there any way or examples to do so.

Thanks 

Like 0

Like

8 comments

Hello,

The method that is being called when clicking the complete button in the user-task is "execute" from the "ActivityDashboardItemViewModel"...MoreLess

Show all comments (7)

Hi community

I tried to customize the edit page actions following this article Add an action to the record page | Creatio Academy.

t the bindTo for caption, enable and tag property doesn't work

What Am I doing wrong ?

Like 0

Like

2 comments

Hi Stefano,

Most probably, the issue happens because you d didn’t add the code to this schema that checks if these actions are enabled. ...MoreLess

Show all comments (1)

Hello, how can i hide these two inputs in the minipage?

Like 0

Like

2 comments

Hello,

The method you've used is correct and in case the column is not removed from the minipage using this code after the page was refreshed...MoreLess

Show all comments (1)

Hi Community,

I have a requirement that when I change the case manually from New to PO Issued, it need to check whether the amount in Include Tax from Amount details and the sum of all the Amount from RR Allocation Table is Equal or not. If not equal then a Pop-up will come and the stage change back to previous one.

Can anyone help me how to configure the requirement in the backend ?

Regards,

Jagan

Like 0

Like

3 comments

Hello Jagan,

I am afraid there is no ready OOTB logic to perform checks when changing the stage, as well as there, are no OOTB pop-up windows...MoreLess

Show all comments (2)

Hi Community,

We are currently integrating our contact page via landing page functionality in Creatio, however we are getting below error. Any idea how we can fix this?

Like 0

Like

3 comments

Hello Fulgen, 

Could you please provide us with a bit more information regarding the issue? On which step exactly the issue occurs or...MoreLess

Show all comments (2)