Hi Team,

As in topic, i'm looking example how to call internal post web-service inside business process. Should i use "Script Task" or "Call Webservice Task" to handle it ?

I found only information how to do this from client-side js under link https://academy.creatio.com/documents/technic-sdk/7-15/calling-configur… but i would like to invoke similar post method via business process.

Regards,

Marcin Kott

Like 0

Like

2 comments

You would use a script task, but you don't need to call it like a web service. Keep in mind, the web service is just a C# class in the Terrasoft...MoreLess

Show all comments (1)
gui
performance
generate
compile
publish
7.14_()
Sales_Creatio_()

Hello



Very frequently we find that the Generate, compile, publish or Update operations from the Configuration manager take a long time to run ( > 30 mins). This happens across developers across projects. 

Sometimes it keeps running endlessly and we need to force abort. 



1. Are there any...MoreLess

Like 0

Like

6 comments

Hello!

Compilation and source code generation depends on several parameters. 1st most significant parameter is connected to hardware. To...MoreLess

Show all comments (5)
ESQ
dates
7.15_()
Sales_Creatio_()

Dear mates,

How can i format date in Creation source code ?

When i do this:

var esq = this.Ext.create("Terrasoft.EntitySchemaQuery", {
   rootSchemaName: "Order"
});
 
esq.addColumn("Date");
 
esq.getEntityCollection( function(result) {
    result.collection.each ( function (order) {
       this.console.log(Date);
    });
});

the system return me:

function Date() { [native code] }

What the way to format Date ?

Thanks,

Nicolas

Like 0

Like

2 comments

The Date can be formatted via default js functions. Please feel free to find out more about working with Date in JavaScript in the article...MoreLess

Show all comments (1)
Business Process
auto generated
hide buttons
7.15_()
Sales_Creatio_()

Hello Team,

Is there any possibility to hide/disable Close button rendered in Auto-generated page on standard ?

Alternatively we are looking possibility to handle this event after click (eg. go to terminate process).

Regards,

Marcin Kott

Like 0

Like

2 comments
Best reply

It's possible to hide "Close" button by applying custom CSS style to the AutoGeneratedPageV2 schema. In this way you need to find the correct...MoreLess

Show all comments (1)

Hi community,

We got Sales Creatio licence,

however when I'm asked what edition we use, I'm not sure what to choose.

I may be asked by interface either of documentation or forum:

     

Is there a way of finding it out by interface, not contacting manager or teammates?

For a user with...MoreLess

Like 0

Like

4 comments
Best reply

Hi! Please use following sql query to determine version of your application: 

DECLARE @ConfigurationVersion nvarchar(250)

DECLARE @PrimaryCulture...MoreLess

Show all comments (3)
langage_development
7.15_()
Sales_Creatio_()

Dear mates,

Can i develope using french language in Creatio ?

Which browser would you advise for users ? (not developers)

Thank you,

Nicolas

Like 0

Like

1 comments

Hello Nicolas,

Yes, you can adjust changes to the application using French localization and also you can use French words when specifying parameters...MoreLess

Show all comments
container
LeftModulesContainers
minipage
7.15_()
Sales_Creatio_()

Hello,

Somebody knows how can I add or remove fields on the provider containers on Minpages?, in my case New Account Minipage, I want to change Primary Contact from List to Lookup...

http://prntscr.com/qs0ij7

thanks

Like 0

Like

3 comments

Hello, somebody had any suggestion?

Show all comments (2)
string text field
performance
database
7.15_()
Sales_Creatio_()

Hi community,

I would like to know more about the amount of space next fields take in database (cloud version):

For example, Text(250) field holds a string of 70 characters. How much space would it take in bytes? 

What if the value is null?

If we have 20 custom Text column...MoreLess

Like 0

Like

1 comments

Dear Yuriy, 

We haven't performed such precised tests, however, the size of the string field is approximately 2 bytes per character. You...MoreLess

Show all comments
7.15_()
Sales_Creatio_()

I am trying to add a mobile business rule that applies at various stages for an Opportunity. With the below code, the rule is only working on the Verified stage. I need it to work at 13 different stages so I was hoping to be able to add it all in one rule, but not sure if that is possible?

Terrasof...MoreLess

Like 0

Like

1 comments

Please check ids that are using in "conditionalColumns" array. It seems like the wrong id is used. The stage values are saved in the OpportunityStage...MoreLess

Show all comments
mobile application
Mobile app
7.15_()
Sales_Creatio_()

Toggle operation mode for Mobile Creatio is not working now, when I click the button toggle for offline mode there are some process running on it,

and stack as long as the application is open. Anyone idea to solve this problem?

Like 0

Like

1 comments

Hi! In OOB creatio mobile app offline mode can be enabled only via PC version. If this button is custom try to debug it using mobile emulator...MoreLess

Show all comments