10,638
edits
Line 5: | Line 5: | ||
== Platform == | == Platform == | ||
* You can now [[Synchronization_steps#Download_multiple_attachments_in_one_batch|download multiple attachments in one batch]] during synchronization to save some API calls and potentially even improve sync performance. | * You can now [[Synchronization_steps#Download_multiple_attachments_in_one_batch|download multiple attachments in one batch]] during synchronization to save some API calls and potentially even improve sync performance. | ||
* You can now set the [[Configuration#Attachments.2C_Media|maximum resolution for images you upload]] to Resco mobile apps in the parameter '''Upload Image Size'''. | * You can now set the [[Configuration#Attachments.2C_Media|maximum resolution for images you upload]] to Resco mobile apps in the parameter '''Upload Image Size'''. | ||
=== Server-side business logic improvements === | |||
You can now reuse any existing job or workflow in your process. If you need to iterate through multiple records or just call multiple jobs from a single job, you can simply use the Server.Execute step: | |||
[[File:Server execute.png]] | |||
Job or workflow must be created already. If you would like to iterate through the same process, it must be saved first. The number of iterations is limited to 8192. | |||
In addition to that, the documentation for [[Resco Cloud]] server-side [[business logic]] was greatly expanded in recent months. You can now read about | |||
* [[Server processes]] (no-code) | |||
* [[Plug-in assemblies]] (C# scripts) | |||
== Routes AI == | == Routes AI == |