Hi Community,

I have almost 10 plus dashboards in web application. Now in mobile I want only to show 3, how can I hide some of it? Is there a way I can filter it in Mobile Application Manifest?

Like 0

Like

3 comments

I think you can try the "Access Rights" option in dashboard and not give access to certain set of users who use the mobile app.

Show all comments (2)

Dear mate,

on the accountpage, i want to display an iframe with a 100% tab height but i have the following error:

 

Refused to apply style from 'https://urltocreatio/0/conf/content/UsrAccountPageCSS.css?hash=bae4bbbf…' because its MIME type ('text/html') is not a supported stylesheet MIME type...MoreLess

Like 0

Like

2 comments

Hello Nicolas,

I did everything straight to Ryan's instruction and everything worked on my side perfectly. Please pay attention to your CS...MoreLess

Show all comments (1)

Hello

I have a custom detail, to edit some record:

  1. I have to click on it,
  2. then click on the ... vertical points icon and
  3. then select edit.

How can I made some field, like "Order number" to when I click on it, the edit record page open? just one step to edit the record.

Thanks in advance

Like 0

Like

4 comments

Dear Julio,

You can add a column that was selected as display value for the object to make it clickable. For example for Case object display...MoreLess

Show all comments (3)

Hello,

I want to know if somebody knows if there some Marketplace or another way to enable "Copy" when I enable on a Section Multiple Pages, a page for example in contact for type=Customer to a Page to type=Supplier or any. If I create a multiple pages lost some special controls like "PhotoTimeZoneContainer"...MoreLess

Like 0

Like

7 comments

Make following pages to use the main page as the parent.

Show all comments (6)

Hi I'd like to create a rule where an email is attached to a custom object. I tried to follow the link below, but I don't see my custom object on the 'Connected object' drop down list. 

https://academy.creatio.com/documents/base/7-15/how-set-rules-binding-emails-other-creatio-objects-automatically#XREF_60839

Do I need to execute some sql scripts? If so what script do I need to run?

Thanks,

Jose

Like 0

Like

4 comments
Best reply

Hi Jose,



You can select * from RuleRelationSections and see how the fields look.



You need the Name (capitalized) of the custom section...MoreLess

Show all comments (3)

Hi



We have a need to cache some data at the user session level on the server and have identified iCacheStore as the repository choice for this. The following link (https://academy.creatio.com/documents/technic-sdk/7-15/repositories) only gives examples to store strings as values inside the cache object dictionary. 



Could we get a code snippet for how to store C# objects as values inside the cache object dictionary? Thanks in Advance!!

Like 0

Like

1 comments

Dear Shrikanth,

In order to store an object in Application cache you should serialize the object to string and save the string. Please fin...MoreLess

Show all comments

Hi Community,

In client code, How i can retrieve the html div id of each row of grid section data?

Like 0

Like

3 comments

Hello Fulgen,

This is an out-of-the box logic of our application so that IDs of elements on the page are generated randomly when refreshin...MoreLess

Show all comments (2)

Hi Team, 

Is there a way to keep a track of activities like who has deleted the order, invoices and accounts. How can we find who has deleted/edited the orders/accounts/invoices etc? Please let me know if there is any way to do it?

Thanks,

Gokul

Like 0

Like

2 comments

Dear Gokul, 

You can enable a change log to track the modification/deletion of data. Here is an academy page on the change log: 

...MoreLess

Show all comments (1)

Hi Community,

In mobile grid view, we are showing a date/time field, we want to change the format of Date/Time. Anyone, please guide me to do this.

Like 0

Like

3 comments

It's possible to set the correct date time format in user profile settings in Creatio that will be automatically applied to the mobile application...MoreLess

Show all comments (2)

Dear mates,

I m building an external form which must insert/update an object collection with oData.

GET - POST and DELETE works fine

But if i want to update (PUT), i ve got the following error: the item is not found

{"error":{"code":"1","message":{"lang":"","value":"L'\u00e9l\u00e9ment UsrExternalisation...MoreLess

Like 0

Like

2 comments

What does the URL look like that you're doing the PUT on? It needs to look like this (but obviously with the record Id instead of an empty Guid):

...

MoreLess

Show all comments (1)