mobile
mobile application
Mobile_Creatio
7.17

Hi Community?

I want to hide some column filters, like I show in image below, since I have many columns in this object.

Does anyone know if there's any way to hide it? I'm not finding any documentation about it.

Thanks in Advance.

Best Regards, 

Daniel Longo

Like 0

Like

1 comments

Hello Daniel,

This is a core application logic and it's not possible to hide these columns. However you can use the "Search for filte...MoreLess

Show all comments
#mobile
mobile application
#Link
linktoanothersection
Sales_Creatio_enterprise_edition
7.17

Hello,

I am trying to get a link in Activity section to redirect to Order section directly by tapping on it. I have attached a screenshot ahead.

Please let me know how to implement this.

Like 0

Like

1 comments

Hello Malay,

Please open the mobile application wizard and simply add the "Orders" section to it:

And relogin to the mobile app.

Best regards,

Oscar

Show all comments
mobile application
7.17

Hi Community,

How to get the current user contact in Mobile? What is the counterpart of this in Mobile Terrasoft.SysValue.CURRENT_USER_CONTACT? Thank you

Like 0

Like

1 comments

Hi Fulgen,

Please use Terrasoft.CurrentUserInfo.contactName in the mobile app to get the current user contact name.

Best regards,

Oscar

Show all comments

Hi Community,

In mobile, how can I get the value of some fields in lookup fields?

Suppose in Case, using I will get MobilePhone from Contact using CreatedBy field in case. I tried below but it is undefined:

var mobile = record.get("CreatedBy.MobilePhone");

Any idea please

Like 0

Like

1 comments

Hello Fulgen,

You need to use the following code:

record.get("CreatedBy").get("Name")

You can also set the breakpoint in one of the business...MoreLess

Show all comments
detail
mobile application
mobile
page designer
Sales_Creatio_team_edition
7.17

Hello all,

How can I modify the page layout of a detail that isn't also a section within the Creatio mobile app? I only get the option to change how it's connected to a page. 

I need to be able to change the fields that are shown but the embedded detail won't do the trick because it's not clear on when one detail record ends and the next begins.

Thanks in advance for your help.

Like 0

Like

1 comments

Hello Kevin,

It is necessary to go to the section Page Setup, scroll down to New button, select Embedded detail option, add your detail an...MoreLess

Show all comments
Filters
global search
mobile application
7.17
Mobile_Creatio

Hi all,

I am facing this issue with filter functionality in Mobile App. In previous version we used to have filter icon for section, and in the current version (7.17) that replaced with search based on the first field on the page.

Is there any workaround to apply filtered search? 

This kind of...MoreLess

Like 0

Like

4 comments
Best reply

Hello Kavian,

Hope you're doing well.

If I understood your question correctly, it seems that search functionality didn't change (we have compared...MoreLess

Show all comments (3)
mobile
mobile application
reload
record
Mobile app
7.16
Mobile_Creatio

Hello, 

I have button to set some data in one field. this field is empty before button click, so it is hidden on record page. after button click when I set data to this field, I want to show this field immediately.

How can I reload record page? 

Like 0

Like

4 comments
Best reply

Hello Luka,

To solve your business task you need to add visible value to the field and bind it to the method:

"visible": {"bindTo": "visibleMethodName"...

MoreLess

Show all comments (3)
mobile application
Mobile app
Print
html
7.16
Mobile_Creatio

Hello, 

We want to print html document in mobile app. we have HTML document (whole, with , , tags) in response after calling API.

Now we need to show print preview or something like it, to print on connected printer. No matter how, the main thing is to print it.

In web app, we made it using small js code. 

1. open new window

2. set html text

3. call print function

but this all are using browser's functionality.

How we can make it in mobile app?

Like 1

Like

4 comments

Dear Luka, 



Unfortunately, there are no known examples of adding printing functionality into Creatio mobile application. 

Please...MoreLess

Show all comments (3)
Filtering
mobile application
Mobile_Creatio

Hi,

There are list of columns available in order to search for a contact in Mobile App. I have a use case to remove/hide those and set "Last Name" as the primary and default column to search based on.

E.g. as soon as you chose to set a filter, your text to be search as a last name.

How is this possible in Creatio?

Thanks

Like 0

Like

1 comments

Dear Kavian, 



It's possible to configure columns by which search will be performed in mobile application. 

Information on where and ...MoreLess

Show all comments
dashboard
mobile application
7.15
Studio_Creatio

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)