[Forums] How to get input data on mobile app
Hello Jordi,In Mobile you don't have access to the Runtime Property TypedValue of the Input Widget.Use the Variable you associated with your Input.Cheers
View Article[Forums] How to get input data on mobile app
Guilherme Dantas wrote: You use a variable to store that data, you can look at that! For example, lets say you have a input field in your screen, in that screen you have a local variable called...
View Article[Forums] How to get input data on mobile app
Have you tried using the debbuger and using a breakpoint in the moment the IF happens? Then you can see if variiable User = "admin"! And you can send the module (.oml) I can take a look for you!
View Article[Forums] Create an excel file with several sheets from list of record
Hi Guilherme,What do you mean by "Excel package"? Did you use a Forge component?
View Article[Forums] Inconsistency in Support Portal
Yeah, there's an inconsistency in various places with display name vs. actual name, this might be one.
View Article[Forums] Create an excel file with several sheets from list of record
Hi Kilian, The excel package is the name of the extension in Forge ( Advanced excel)!
View Article[Forums] Problem assigning source records to Forms
Edwin Siruma wrote:Hi Ricardo, just curious on how are the Form field variables are assigned and related to the Carrier.List?Hi, I am no long using the form but I assigned the variables by assigning...
View Article[Forums] Aggregate Count property returning -1
Hi,I'm running an aggregate that is returning one record but its Count property returns -1. I'm running this inside an action and I'm assigning the Count property to an output variable.I'm on the...
View Article[Forums] Call Client Action (Mobile)
How to call a client action outside the javascript block?
View Article[Forums] MergePDF_Bulk not working for a few pdfs
I solved this, like Miguel said you need set:PdfReader.unethicalreading = true;But before you need update the version of itextSharp library, because the version included in the component don't have...
View Article[Forums] Expose Soap with SSL Client Cert
Another question, one eSpace with this exposed webservice has HTTP Security: SSL/TLS with client certificatesBut when i try to call the webservice now i got this error:Could not establish secure...
View Article[Forums] Problems with Service Studio 9.0.0.7
Hello,I'm having problems with my service studio 9.0.0.7I do not hesitate to change these Tabs from one to another, it's stuck in Logic as the image shows, any help from anyone will be...
View Article[Forums] Missing dependency - StringUtils
Hi Jonny,I just uploaded a new version with all the dependencies you need. Sorry for that.Thank you for the feedback.Cheers,Andreia
View Article[Forums] How to get input data on mobile app
Guilherme Dantas wrote:Have you tried using the debbuger and using a breakpoint in the moment the IF happens? Then you can see if variiable User = "admin"! And you can send the module (.oml) I can take...
View Article[Forums] Problems with Service Studio 9.0.0.7
Hi João,9.0.1.70 seems to be the latest SS version availabe for 9.0. Is it the one you are referring to?Cheers,Tiago.
View Article[Forums] Call Client Action (Mobile)
Hi Filipe,Can you please add more detail about your use case? A client action is easily called within a flow by dragging it to the right position.Cheers,Tiago.
View Article[Forums] Reuse Form to edit
Hi all, After get the search result. I am trying to Edit data reusing my entry form When redirect to the entry form I use the Preparation to get all the information about this person, using the Id...
View Article[Forums] Problem assigning source records to Forms
Hi Ricardo,Back to the original description. You need to make sure that the inputs inside the Form are bound to the form. Is that the case?A debug session with a breakpoint in a screen element should...
View Article