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

Hi,

I am working on a Field Service Management scenario in Creatio.

Requirement:

A Case should create a Work Order when on-site service is required.

The Work Order should allow adding products or services (parts, labor, etc.).

Questions:

Is there OOB approach to create a Work Order from a Case?

Which standard objects should be used for Work Orders and Work Order products/services?

Like 0

Like

0 comments
Show all comments
Validation
DCM

Hi Team,

How can we perform a validation before moving a record to the next stage using OOB configuration?

Use case:
Before moving an Opportunity to Closed Won, I need to validate that the related Opportunity Products count is greater than zero.
If there are no products, the stage transition to Closed Won should be blocked.

What is the recommended OOB approach to achieve this validation on related object records during stage transition?

Like 1

Like

0 comments
Show all comments

When editing/deleting an existing inhereted data-model, has a compilation error:

This is a cloud Demo environment, so I can't troubleshoot the error from .cs file.

Like 0

Like

2 comments
Best reply

Hello.

Please generate the source code for all schemas and then run the Compile All action. After these steps, the issue should be resolved.

Best regards,
Antonii.

Hello.

Please generate the source code for all schemas and then run the Compile All action. After these steps, the issue should be resolved.

Best regards,
Antonii.

Hi, Antonii.

It worked! Thanks a lot, cheers.

Best Regards,
Ahmed.

Show all comments

So, in a new demo instance of Creatio, you can go to a message template and click the edit template button. When you do this, you will notice that a new tab is opened and a full page content panel is opened.  This is actually a classic module, but you will notice in the url for the page, that it's using the classic shell (/Nui instead of /shell).  Really, it opens without any shell at all.

I have a custom version of the same content editor, but when we open this module page the same way, you can see that it initially pops to the right url (similar to the demo instance), but it is immediately routed to a /shell url and stops there. 

I don't know if there's some internal router exception for the default editor module in Creatio that allows for it to open under the classic shell or if there's something else I'm missing.  In debugging the code, I open the page the same way, simply calling window.open and passing in the url with the same structure. 

For those familiar with this module, it's not entity bound, so you can add an exception in UI management. Wouldn't matter anyway, since the default creatio editor isn't doing this either (url would reflect the /shell path, instead of the /Nui classic path).

Anyone have any experience with this?

Jeremy

Like 0

Like

2 comments

In Creatio 8.3.2, classic UI Shell is officially deprecated. Probably causing some issues ? So although page is classic UI, if there's no more Classic UI shell, I guess that's the reason why it's not showing a shell ? (not ideal I know). I hope message templates will seen be migrated to a Freedom UI designer like bulk emails.

Couple things on this: although they are deprecating it, the classic shell is still available. Starting with 8.3.2, it will simply be turned on by default. We will actually be turning it off after the update for most of our clients, as we are not fully ready to migrate. 

Second, the out of the box editor works exactly like we needed to and like it has in the past, so I know the technology does in fact still support it. I'm guessing it's some sort of static route defined somewhere, that prevents it from being redirected to the freedom Shell. 

Show all comments
Sales_Creatio_enterprise_edition
8.0

Hi All,

I seem to recall that there was a release note, that's it's possible to add mutiple items from a lookup to a single object. However I can't seem to find any info on it. Can someone please point me in the right direction?

Like 0

Like

2 comments

Hey Julia, 

this one? 

Set up Multiselect lookup component | Creatio Academy

Kind Regards, 
David

Another write-up of using the Multiselect control here: https://customerfx.com/article/using-the-new-multiselect-control-in-creatio-8-2-1-and-higher/

Ryan

Show all comments