I tried to create module Config with below Code. Also added the same in MobileApplicationManifestMETCHLExecutiveMetLifeChile . but it is not working. Please help.

 

Like 0

Like

3 comments

Hello,
Please verify that the column name METCHLLeadDuplicado exists. Also check if you do not have any other business rule applied to Lead section on your mobile application for this workplace. If this does not help, than you might try recompiling packages. Sometimes mobile wizard might not see changes made in code. 

Hope this helps.

Column name is correct only. Also I compiled the Package as well. Still it is not working . Also , there no other business rule on this field(METCHLLeadDuplicado ) but i created a Business Rule( METCHLLeadBussinesRule_Status) which will hide some controls. Please let me know is this the reason.

khushbu kumari,

If none of the steps above helped, the only thing left to do is to search for the business rules applied to this field. It might be that you set the field as read-only somewhere in a file or applied a business rule to it.

Show all comments

Hello Guys,

I need to filter by Tag the account list page in Freedom UI.

I already tested what reported in this article: https://community.creatio.com/questions/using-tag-freedom-ui?check_logged_in=1#comment-89348

 

but it only works for "new sections".

 

The new Creatio structure uses the "Tag" section to store tags for all objects but Accounts, Contacts, etc (old existing sections) use a specific table to store their tag (that is AccountTag, ContactTag, etc.).

 

The quickfilter component set to filter by tag refers to the generic "Tag" entity then it doesn't show the tags of the Account (stored in AccountTag entity): it doesn't work.

 

Can anybody help me and tell me how to filter accounts, contacts, etc by tags in Freedom UI list pages?

Thanks

Regards

Like 0

Like

2 comments
Best reply

Good day, Massimiliano!

You can set it up in the following way:
Filter the Account on a related column "Accounts section record tag (where Account is Object)" and choose a Tag field:

related object
The end result in the Page designer is as follows:
quick filter
As a result, you will be able to choose a tag out of the list of the ones present in the AccountTag entity:

lookup AccountTag

End result
Then you will be able to locate Accounts marked by a specific tag:

account with tag
We hope this helps!

Good day, Massimiliano!

You can set it up in the following way:
Filter the Account on a related column "Accounts section record tag (where Account is Object)" and choose a Tag field:

related object
The end result in the Page designer is as follows:
quick filter
As a result, you will be able to choose a tag out of the list of the ones present in the AccountTag entity:

lookup AccountTag

End result
Then you will be able to locate Accounts marked by a specific tag:

account with tag
We hope this helps!

Thanks Nikita: you've solved my problem !

Show all comments

Hello, 
I want to make a dashboard where you can quickly select a month by which the pivot table will be filtered. How can I do that?

Like 0

Like

1 comments
Best reply

Hello,


Unfortunately, in the current settings, direct quick filtering of pivot tables is not available. To create a dashboard where you can quickly filter a pivot table by selecting a month, you typically need to use the quick filter.

1. Add the pivot table to your dashboard as usual.
2. Use the "How to associate with section data" feature to connect your pivot table to a data source from a section.



3. Instead of filtering directly within the pivot table, you can apply filters to the section. The pivot table will then automatically update to reflect the filtered data.

Hello,


Unfortunately, in the current settings, direct quick filtering of pivot tables is not available. To create a dashboard where you can quickly filter a pivot table by selecting a month, you typically need to use the quick filter.

1. Add the pivot table to your dashboard as usual.
2. Use the "How to associate with section data" feature to connect your pivot table to a data source from a section.



3. Instead of filtering directly within the pivot table, you can apply filters to the section. The pivot table will then automatically update to reflect the filtered data.

Show all comments

Hi, all mentors, 

 

    I'd like to use the notes filed in event object to keep record of the participant event details information, I'd like to import data from excel, however, I can't find any import button or function inside "event" object. Is there any way to solve it?

Thank in advance.

 

File attachments
Like 0

Like

2 comments
Best reply

Hi Jeffrey,

To import data to the Event section, you can add an import button to the event page or go to System Designer, where you can import records to any object.

To add the import button, you need to open Page Designer. Then, add a button component to the page. In the action section, choose the "Data import" option, finish the setup and save the page.
 

To import data without adding the button, please go to System Designer and choose "Data import" section:

 

Have a great day!

Hi Jeffrey,

To import data to the Event section, you can add an import button to the event page or go to System Designer, where you can import records to any object.

To add the import button, you need to open Page Designer. Then, add a button component to the page. In the action section, choose the "Data import" option, finish the setup and save the page.
 

To import data without adding the button, please go to System Designer and choose "Data import" section:

 

Have a great day!

Alina Yakovlieva,

Thanks a lot for your help. 

Show all comments

Hello Guys , I am having this problem and I have no idea from where it is happening . 

Any idea please ?

Like 0

Like

1 comments

Hello!

 

It appears that you're trying to create a field with a code that already exists in the object. 

I recommend reviewing all the fields you plan to create to ensure that each one has a unique code within the object.

 

Best regards,

Kate

Show all comments

Hi Team,
When i am trying to Change from Freedom UI to Classic UI in mobile but it is not changing to classic UI.
In the Mobile Workplace of the Mobile Application wizard, when I uncheck the option to disable the Freedom UI and save the changes, it still shows as enabled when I reopen it. As a result, I’m unable to switch from the Freedom UI to the Classic UI.

 


 

Like 0

Like

2 comments

It's likely that the package you have set as the Current Package is higher up in the dependencies than a package that has the Freedom UI option checked, so it's taking precedence over yours. 

Check to see if there is a package that contains MobileApplicationManifestDefaultWorkplace that is lower down in the dependency list, possibly one in Custom. That is likely what is causing yours to not work.

Ryan

Ryan Farley,

Thanks for the Suggestion, I am able to switch to Classic UI now

Show all comments

Hi all.
I've been doing LDAP integration setup (which is start "Run LDAP import" Process) in creatio.

For Local (Onsite) environment has ben success import data from LDAP but for the cloud environment always error with message:

System.Exception: LDAP import error: 22021: invalid byte sequence for encoding "UTF8": 0x00.
  at Terrasoft.Core.Process.RunLDAPImport.InsertLDAPElementsScriptTaskExecute(ProcessExecutingContext context)
  at Terrasoft.Core.Process.ProcessFlowElement.CallInternalExecute(ProcessExecutingContext context)
  at Terrasoft.Core.Process.ProcessFlowElement.ExecuteItem(ProcessExecutingContext context)
  at Terrasoft.Core.Process.ProcessFlowElement.Execute(ProcessExecutingContext context)

anybody know the problem and how to solve it?

Like 0

Like

2 comments
Best reply

Hello,

The issue you have reported happens because you are trying to use the format of the values, which isn't supported in PostgreSQL. In order to fix the issue, you should exclude system groups with pre-Windows 2000 support from the synchronization. 
To resolve this issue, please change the group filter to the following:
(&(objectClass=group)(!userAccountControl:1.2.840.113556.1.4.803:=2)(!isCriticalSystemObject=TRUE))


Best regards
Ivan

Hello,

The issue you have reported happens because you are trying to use the format of the values, which isn't supported in PostgreSQL. In order to fix the issue, you should exclude system groups with pre-Windows 2000 support from the synchronization. 
To resolve this issue, please change the group filter to the following:
(&(objectClass=group)(!userAccountControl:1.2.840.113556.1.4.803:=2)(!isCriticalSystemObject=TRUE))


Best regards
Ivan

Ivan Savenko,

Thanks, its worked

Show all comments

Hi Community,

 

I have three objects: Contact, Accounts details, AccountContact. Contacts has contact details unique on email address. Contact and Accounts details have many to many mapping with AccountContact being the mapping table. We have created lookups in accountcontact table on contact and accounts to get the mapping. Now we want to show all the accounts in Accounts details for a contact in an expanded list on the contact form page. How do we reach from contact object to accounts via accountcontact object? Screenshot of the properties of expanded list attached

Like 0

Like

1 comments

Hi,

Unfortunately, I didn't fully understand your task. Could you please provide a schematic representation of the table relationships and the data you want to display on which page?

Show all comments

Hello. One of our recent emails had quite a few "delivery errors". When I went in to look more closely, the Reason Details says "Reason details: Sending failed and all attempts to resend failed" 



While it's clear the sending failed, there's no detailed context as to why it failed (i.e. Invalid email, unsubscribed, etc). Please advise on how to gather more concrete and detailed data. Thanks.

 

Like 0

Like

1 comments

Hello everyone,

 

Is there a way to create a filter in a metric or columns widgets that returns the number of active users based on the shift ? (Morning: 7 am-3 pm, Night: 3pm-11pm, overnight: 11pm-7am) 

 

Note that it needs to be refreshed daily

 

does anyone has an answer to this one?

 

Thanks in advance.

Like 0

Like

2 comments

Dear Anas, 
 
To achieve this functionality you can add a new boolean field (for example: IsActive) for users. This field will be updated by a business process that will start every hour.  

The business process can set the value of the IsActive field according to the filtration or you can create an object where you will specify the shifts that users have. 
 
I hope this helps. Have a great day! 

Alina Yakovlieva,

Thank you for responding!, 

could you please elaborate more about the steps that you provided? 

Show all comments