Hi All,

 

I want to add a record to my lookup but not from lookup page, I want to add it from my section Page, How Can I Do That?

Like 1

Like

1 comments

Hi Community,

 

I want to hide the "+" button shown below, during column setup. The expectation is that the user should only select the current object's columns. This functionality is similar to Customer Portal users as it is not visible to them.

 

 

Is there a way to hide this for normal users also? Any suggestions will be appreciated.

 

Regards,

Sourav

Like 1

Like

1 comments

Hi,

The code for this button is:

{
						className: "Terrasoft.Button",
						visible: {
							bindTo: "ExpandVisible"
						},
						click: {
							bindTo: "expand"
						},
						markerValue: "addObject",
						imageConfig: resources.localizableImages.ExpandImage,
						style: Terrasoft.controls.ButtonEnums.style.TRANSPARENT
					}

It is defined in the schema StructureExplorerViewConfig. As you can see, the parameter "visible" is bonded to the attribute ExpandVisible.

This attribute is located in the schema StructureExplorerMainViewModel and you can override this schema and set any value you want to it based on the needed condition.

Show all comments

I'm just getting started working with the new Freedom UI.  One thing I'm not able to find any information on is if the new Freedom UI supports mini page popups.  If not, is there a something that has been deemed a suitable replacement for that?  If not, any plans on the roadmap to add support for this?

Thanks!

Jeremy

Like 5

Like

5 comments

Hello Jeremy, 

 

Unfortunately, the support for mini pages for Freedom UI is not released yet. I created an idea for our developers to adopt this functionality in the future. 

 

Thank you, 

Igor

Hello Ihor,

 

 

Can you tell me if support for the mini page is already available in version 8.0.6? I can't find any documentation about it.

 

Thank you,

Andreia

Hello Andreia, 

 

We expect this functionality to be available in 8.1.0 version of a system. 



Best regards,

Anastasiia

Anastasiia Zhuravel,



is it possible to use freedom ui mini page from classic view?



Huge thanks!

Solem

hi team,

 

is this functionality enabled now since we already have 8.1.0 version?

Show all comments

How can I establish a connection between SQL Server 2019 DB and Creatio Studio?

Like 0

Like

1 comments

Hello,

 

Thanks for your question. 

 

Here are the guides on how to connect DB for on-site instances:

 

https://academy.creatio.com/docs/user/on_site_deployment/database_serve…

https://academy.creatio.com/docs/user/on_site_deployment/database_serve…

https://academy.creatio.com/docs/user/on_site_deployment/database_serve…

 

As for cloud sites, this option is not available due to security policies.

 

However, we can help to implement any changes in case you provide the script.

 

Please let us know if additional questions arise!

 

Best regards,

Anastasiia

Show all comments

How can I establish a connection between Production DB and Creatio Studio

Like 0

Like

1 comments

Hi!

 

Thank you for your request.

 

I regret to inform you that the connection cannot be established for cloud sites: SaaS is not accessible for the DB user due to Privacy Policy.

 

However, technical support can help implement any changes in case you provide the script.

Show all comments

Strange packages appear during installation another apps (Like SQLconsole). They are empty and when I'm trying to delete them, the error "Application deletion error", appears. What can it be?

 

Like 5

Like

2 comments

Hello,



These packages were created automatically when you launched the application in the Application Hub.



Details on the academy website:

https://academy.creatio.com/docs/release/release-notes/80-atlas-release…



To remove such packages, you need to remove the associated record in the SysPackageInInstalledApp table.

Cherednichenko Nikita,

Thanks!!! 

Show all comments

I'm trying to binding lookup data with section data inside of this lookup. But when it is installed to another, an error occurs and the data section is not bound. How to bind lookup data with data section?

Like 0

Like

1 comments

Hi colleagues,

Please select these data bindings and press install in the "Multi actions" menu.

Will it be successful?

Best regards, Alex.

Show all comments

hello,

I have a query that can we generate any pdf in creatio and fill the detain in the pdf using our Custom feilds .

Like 1

Like

3 comments

Hello,



I believe that your business task could be achieved by this add-on.

Bogdan

Will surely look into this 

Thanks

Hi Bogdan

As far as I have explored Aspose.PDF Addon ,we are not able to create Pdf in studio can you provide some steps how to configure this addon in my Application in Sales.

 

Show all comments

Hi Team,

 

A business process was triggered on 01/11/2022 at 00:12, and there was a field which needs to get updated with Current date. But it got updated with the previous date i.e. 31/10/2022. Earlier it was working fine, just got the issue yesterday.

 

Please help

Like 0

Like

3 comments

Hi,

This could be possible if you run the business process under a user with a different time zone.

We get the current date with this line:

((DateTime)UserConnection.SystemValueManager.GetValue(UserConnection, "CurrentDateTime"))

 

UserConnection.CurrentUser.GetCurrentDateTime()

 

public DateTime GetCurrentDateTime() {

            return TimeZoneInfo.ConvertTimeFromUtc(_dateTimeProvider.UtcNow, TimeZone);

        }

TimeZoneInfo.ConvertTimeFromUtc(_dateTimeProvider.UtcNow, TimeZone);

 

In this, we get a value of UtcNow, and based on the value of TimeZone the method returns the date.

Thank you. Yes exactly, this was the issue.

 

Is there any workaround, we can use a specific time zone date for modifying a field everytime the process gets triggered. 

As far as I know, currently, it would be impossible to change because this logic is located inside an application Core. The only possible solution right now is to change the time zone of the user.

I already created a corresponding problem for our R&D team so that you can change this logic inside the application itself. Thank you for helping us upgrade the system.

Show all comments

I added some Record Permissions on a section (Contact) using Object Permissions. The problem is that when I am creating a record on that section the Record permissions are not applied. But when I run "Update record permissions" on the Object permissions, only then, the created record will gain the permissions mentioned earlier.

I want Record permissions to be applied when I am creating a record. Is there any way?

Like 0

Like

4 comments
Best reply

Hello,

I found the problem, I forgot to write it here. There was a business process that was giving permissions when new records were created. And it was overriding the Record Permissions set on Object Permissions.

Hello,

 

Could you please provide us with a screenshot of the Object permissions? Also please specify if you clicked the "Update record permissions" in the very beginning after changing the access rules. Or do you now have to press it all the time for the rules to apply for newly created records?

If not, please note that you should always "Update record permissions" right after you make any changes in the Object Permissions, since the new rules get applied only after clicking on that button. 

 

Best regards,

Mira

Mira Dmitruk,

I added the Record permissions initially, then updated for all the data. And after that, I am not making any change on the record permissions. But in order to get them applied on the next new created records, I have to press "Update record permissions" every new record added.

Hello,

Set the "Custom" package as the current package, then re-enter the application and try to create a record in the contact section.

Hello,

I found the problem, I forgot to write it here. There was a business process that was giving permissions when new records were created. And it was overriding the Record Permissions set on Object Permissions.

Show all comments