[Forums] Xml import actions are not working with namespaces
Hi Carlos, Thanks. I will check and will update you. -- Suraj B
View Article[Forge] SecureLogin
Secure Login, password change, two factor authentication and notifications
View Article[Forums] Timeout expired. The timeout period elapsed prior to completion of...
Hi David, Can you please explain a litle bit better the issue? In what operation are you experiencing the timeout? accessing a webservice, executing a query, the browser getting a page? Thanks
View Article[Forums] Combo box - Reg
Hi, I'm not being able to download your oml, bu I suspect you're defining the combobox source in the Source Entity field: In this case you don't have the ability to filter the status you wan't to...
View Article[Forums] How to access TableRecord in an Extension
Hi, Does anyone know how to access a TableRecord within an extension? We have tried to use a recursive method to access the object but it conflicts with the AddMetaTag method of HTTPRequestHandler...
View Article[Forums] Import Actions and Structures from .NET Assembly
Hi all, I would like to create a new Class Library project, with some methods that use class/structure parameters. All my tries resulted in the method not being visible in the import feature or the...
View Article[Forums] Pop up upload get file
By using action NotifyGetMessage you get an id that you should then use as an input parameter to action Popup_Upload_GetFile. This last action will get you a record including Filename, Filetype and the...
View Article[Forums] Debug Mode doesn't work and prevents my application pages to load
It is going to be almost impossible to help without seeing all the steps leading up to where you have this problem. I would try the following. Remove or disable all breakpoints in the espace Make sure...
View Article[Forums] Debug Mode doesn't work and prevents my application pages to load
Hi Curt. I found the reason why this is not working. There was a standard and I never realized that. In my workplace therer are 2 Internet network: wire and wireless. I have 2 computers, each one...
View Article[Forums] Webinar: Troubleshooting Mobile Apps Performance
Hi there! I didn't get a chance to attend the webinar, can you provide a link to the recorded session? Cheers
View Article[Forums] RichWidget AutoComplete Problem
Hello, I have a problem on AutoComplete Widget, when i write and after click on another local of screen the list of AutoComplete not disappear. This is the first time i have this problem in this...
View Article[Forums] Email Functionality
Can any one help me how to implement email funcionality. eiether with RichMail or some other mail components. I tried to implement got below error."No sunch host known"
View Article[Forums] Email Functionality
have you configured your email settings like smtp and pasword in service center?
View Article[Academy] 1.1 Register for a Personal Environment
I'm not getting my active IDE , how do I do it
View Article[Forums] How to access TableRecord in an Extension
Hi Marco, A TableRecords only lives client side, that is, in your browser. An extension lives only server side, on your platform server. There is no way you can have a server component do anything with...
View Article[Forums] application functions not working when using an old favorites link...
Hi Linda, It may be possible that when the user clicks the favourites link, the browser serves cached content. If the specific functions use AJAX, a request is made to the server which is rejected...
View Article[Forums] Why can a List only be a Input parameter on a screen if the screen...
Hi Miguel, Is that page fully correct though? I've experienced passing by value in case the consumer of an actions isn't in the same eSpace as the action. I think that was confirmed by OS as well.
View Article[Forums] How to access TableRecord in an Extension
Hi Killian, First at all thanks by your reply:) I already can change the tablereacord in my extension, but i get the HTML table control recursively. I dont want to change the content, but the layout of...
View Article