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

I'm working in in a cloud-based dev environment. I've created a message template and I'm trying to move it to QA. I've created a package, and I've added the EmailTemplate data to that package. I've added SysImage to the package, too, but adding it or removing it makes no difference to my problem.

When I import the package into my QA environment and open the template in the designer, the panel with the controls for adding blocks, image, text, spacers, etc. are all missing and it views the entire email as one large HTML block.

A package I created yesterday and imported to QA (with a different version of the template)_works fine. I can open the designer with no issues, the individual blocks, images, and text are all individually editable. (I'd use the package I created yesterday, but I thought I no longer needed it so I created a new one.)

When I compare the contents of the exported zip files using Beyond Compare, the one that works has a JSON element like the below (I only include the first part...it's a long string).

"Value": "{\"ItemType\":\"sheet\",\"Caption\":\"Content designer\",\"Width\":600,\"BackgroundColor\":\"#ffffff\",\

I'm assuming the fact the JSON with Content Designer missing is a part of my problem (there are other differences in the package, too - a large number of references to .csproj files that my broken package doesn't have). But I can't figure out why one package included it and the other doesn't. Anyone have an idea?

Like 0

Like

0 comments
Show all comments
tile_view
bulk emails
Feature Requests
FreedomUI

Hi, I saw a post from mid-2024 mentioning that this feature might be added. I just wanted to check whether it is actually being developed and planned for bulk emails.

Having the tile view option alongside list view has been great and is definitely my preferred way of working. I know our organisation intends to transition to the Freedom UI for this app, but I was hoping this feature would be available before that transition. At the moment, the Freedom UI doesn’t include this option for displaying data, which feels like a step backwards.

Like 0

Like

0 comments
Show all comments
folders
folderpane
Sales_Creatio
8.0

Hello, we recently converted to FreedomUI and was wondering is there a way that our end users can adjust the size of the folder pane, like you could in ClassicUI? I know on the designer I can adjust the size, but would like to have our end users have the ability that they once had.

Like 0

Like

0 comments
Show all comments
Sales_Creatio
8.0

I am trying to figure out how my system is validating fields on an Opportunity.  We have two required date fields on the page, one for the closing date and another to capture the date the User is expecting the first shipment if the Opportunity is won.  

Currently, our validation rules require that the date the User enters in the first shipment field must be AFTER the close date (e.g. If closing date = n then the first shipment date must be at least n+1).  I want to adjust the rule so that the first shipment date can be the same as the closing date or later.

When I look for the validation section of the Opportunity page with the two fields I find this at the bottom of the script:

The academy shows a different script when describing validation schema (see below) which leaves me at a bit of a dead-end.  Any idea how validations might be implemented and how I might access the code?

Thanks in advance!

 

Like 0

Like

1 comments

Good day, Greg,

Thank you for reaching out to us. 

If we understand you correctly, the Academy page you are consulting with is "Implement the validation of a field value on a page". This article describes how code-based field validation can be implemented in Freedom UI and it only shows examples of such implementations.

If you are not locating any code in "validators" of your Opportunity pages, please make sure that:

  1. The logic is implemented in Freedom UI
  2. The logic is not implemented by some other means, such as Business Rules
  3. That you are verifying the code in the correct package.
    For example, out of the box, the Opportunities_FormPage code is spread out across several packages:
    Opportunities_FormPage

If the implementation is done via code, it may be located in a custom package that is not in the last position in the hierarchy. Alternative code-based methods of validation implementation may also have been implemented on your site. 

In the event you are still facing issues locating the logic responsible for date validation, please contact us on our <support@creatio.com> address so we may connect to your environment and examine its setup.

Thank you for reaching out to us!

Show all comments

Hi Team,

There is an Usecase where I have to call Business Process from web service. I have 2 types of service: cookie-based & anonymous service. I have tried both services to invoke BP but did not work?

could you guide me step-by-step on how to call business process in web-service.

Creatio: 8.3.1.xxx

 

Like 0

Like

0 comments
Show all comments