mobile
mobile application

Hi Team, 

There is any way to use this function to filter details using a variable in the value like the role of the user for example?

Terrasoft.sdk.Details.configure("Case", "ActivityDetailV2StandardDetail", {
	filters: Ext.create("Terrasoft.Filter", {
		type: Terrasoft.FilterTypes.Group,
		subfilters: [
			Ext.create("Terrasoft.Filter", {
				compareType: Terrasoft.ComparisonTypes.NotEqual,
				property: "Type",
				value: Terrasoft.GUID.ActivityTypeEmail
			})
		]
	})
});
Like 0

Like

0 comments
Show all comments
mobile
mobile application
Mobile app

Hi Team, 

There is any way to filter a detail using filtermethod or some logic in the mobile app?

Like 0

Like

2 comments

Hello,

Your business task could be achieved only by development.

Examples of how to set up mobile apps can be found in our Academy:

https://academy...MoreLess

Show all comments (1)
mobile
mobile application

Hi Team ,

There is any way to do conditional the visibility of the actions in the mobile page?

Like 0

Like

3 comments

Found it. You can override the funtion:

	pageLoadComplete: function() {
		this.callParent(arguments);
		var view = this.getView();	
//THIS WILL...

MoreLess

Show all comments (2)

Hi Community,

I've this situation where I've developed a new page for the Creatio Mobile Application. This new page has a detail and a set of columns, as you can see on the following image.

My goal is to apply a "Required Field" business rule to this detail (marked as red) based on the values of a specific column inside this page.

How can I achieve this requirement?

Thanks in Advance.

Best Regards,

Pedro Pinheiro

Like 2

Like

1 comments

Hello, Pedro!

In the actual version of the system business rules from the desktop, the platform is not transferred to the page in the mobile...MoreLess

Show all comments
mobile
mobile application

Hello Team,

Somebody added a chart in a edit page for mobile? Similar like the funtionallity in the web page.

Like 0

Like

2 comments

Hi Federico,

Such functionality wasn't developed for mobile application yet. We have registered an enhancement request so our R&D coul...MoreLess

Show all comments (1)
mobile application

Hi Team,

I found below article ,

"https://community.creatio.com/articles/calling-web-service-mobile-app",

but still I unable to implement , above article  I am not sure about how to provide serviceUrl, and in step 3 ,where do we need to place the code.

Thanks,

Like 0

Like

0 comments
Show all comments
Opportunity
mobile application
Mobile app

Can someone help please?

When adding products to an opportunity using the mobile app I expect the amount to update QTY*Price as it does on the web. 

But this doesn't happen?

Like 0

Like

1 comments

Hello Nicola,

There are not such functionality on mobile app but is possible to achieve using mobile sdk . This requires development skill...MoreLess

Show all comments
mobile
mobile application

Hi Team, 

I have an embedded detail in a mobile page, some times for network issue the file is uploaded with 0kb. There is any way to check of the size is more than 0 at the moment of save the attachment? I see there is a size column but always is null at the moment of add the image.

Like 0

Like

3 comments

Dear Federico, 

This issue can happen if a user works in a mobile application in an online mode while their connection is not stable. ...MoreLess

Show all comments (2)
mobile
mobile application

Hi Team.

I just switched my app to offline mode and I see some of the rules applied are not working. 

Doing some debug I notice the main schema of the detail is in the SQLITE but not in the record field from the BR.

I added the schema in the sync fields as well in the lookups but still not reflecting. I'm missing something?

Thanks,

Like 0

Like

1 comments

Hi Dmytro,

No, everything seems to be set properly in the manifest. Additionally I could recommend checking if the AgilizExpenseManagement...MoreLess

Show all comments

Hi Team,

There is any way to disable the offline mode for specific schemas like orders for example? I want to keep the offline for the rest but we have many quantity of orders and the first sync takes for ever.

Like 0

Like

1 comments

Hello Federico,

Unfortunately, it is not possible to change the synchronization method for only one section.

The synchronization method in...MoreLess

Show all comments