[Forge] Extended Metamodel
[Forge] Logs Management
[Ideas] Mobile - New events to allow interaction on device with automatic eSpace update
To improve the mobile framework I consider interesting to add two additional events on "Logic - Cliente Actions" which allows gatter information and interacts with the automatic update processo that is fired after an eSpace publication.
The two new events may be:
- An event to occurr before the update process and that results to a boolean named "allow". If its value has been setted to "true", it would allow an update, and if it has been setted to "false", would not.
- An event to occurr at the end of the upgrade process. It could indicate the eSpaces and versions that were updated and if the update succeeded or failed.
The reason for both suggestions is to give to developer more control and information about the version of eSpaces that are installed on Android device or iOS.
Best regards.
[Forge] Event System
[Forge] PDFObject
[Forge] InputToTinyMCE
[Forge] Locking_LIB
[Forge] jPlayer
[Forge] CSVUtil
[Ideas] BreakCondition on "For Each" element
When you use a "For each" element it would by very nice to set a breakcondition.
Imagine I have 1000 records and need to find a specific record.
In the loop it would be verhy handy to set a variable IsFound to true and check this on the next interation ofthe loop.
If the records was found on iteration 2 there is no need to iterate the other 998 iterations.
[Forge] Geofence Plugin
[Forge] SSL Pinning Plugin
[Forge] OutGource
[Forums] Mobile input linked to DateTime variable on android problem
Hi,
Is that happening to you in any android device? In what models did you try?
The behavior you described in the beginning should work the same way in all devices without you having to workaround it.
Regards,
João Rosado
[Forums] Hit String or binary data would be truncated when using popup upload
Hi Amoz,
Check the attributes of your DisposalAttachment entity. There should be Text attribute there that doesn't have enough lenght.
A usual problem In uploads is either the filename or content type. Those can be really large and do not fit in the default 50 chars length.
Regards,
João Rosado
[Forums] Hit String or binary data would be truncated when using popup upload
wrote:
Hi Amoz,
Check the attributes of your DisposalAttachment entity. There should be Text attribute there that doesn't have enough lenght.
A usual problem In uploads is either the filename or content type. Those can be really large and do not fit in the default 50 chars length.
Regards,
João Rosado
Yes it resolves my issue. Thanks for your help!!!
[Forums] How to prevent mobile device from blocking while having native OS app opened?
Hi,
Is there any way how to prevent mobile device from blocking while having native OS app opened?
I am facing the following problem: I run offline sync on the device, it lasts couple of minutes, during this time my phone is being blocked and the sync stops with the error. When I wake up my phone the sync continues in the background but I don't have control over the process as I believe it was raised "OnSyncError" event.
Any advice would be appreciated.
Regards,
Michal
[Forums] Mobile input linked to DateTime variable on android problem
Hi Joao,
Thanks for your reply.
I just checked on another android, same problem.
The one phone runs Android 5.1.1. and the other one Android 6.0.1
My test application is running on my personal environment which runs Version 10.0.200.2
This behaviour is also on our Enterprise environment running Version 10.0.405.0
Kind regards,
CJ
[Forums] Bug with server actions "User_Create" and "User_update" with Tenant
First of all you have to create a espace with identity provider set to true, when you change this later it doesn't work just quite right. Then use your own create user to create the users, so from your own espace. Then it should work.
[Forums] What does .valid accomplish?
The validate is just a variable, it wont run a validate at the moment you call it, if all the fields on the form are valid, the validate will return true. By default all fields are text fields, if you dont add validators, or have fields which are mandatory valid will always be true.
Are you sure you are creating new records ? As in the Identity ID field is NullIdentifier() , because when its not the createupdate will just do an update and no rows will be added.