Hi,I am dynamically adding rows to a table using the following codeSheetIndexForm.Page1.tblSheets.trSheet.instanceManager.addInstance(true);The rows cells are all text fields for user data input. Rows are getting added perfectly fine along with the text fields. The only issue I am facing is that all...
Hi there, I have a process where the last step is an "assign task" step.The task is a card in user "X"'s To-Do list.User X opens the card and does some stuff (irrelevant). I want to "close" the card when I programmatically complete the process. I have to use SOAP (authenticated as super administrat...
Hello,Is it possible to know which process that currently use which service? e.g. I have a customized Render service and want to know which process is currently use it. or is there a query to run in database to get that information.Can any one please advise.Thanks,Han Dao
Hi,I have an application that uses lccs. All users are authenticated as guests. My problem is that I can't logout a user in order to login another user. For both users I use different authenticators (new AdobeHSAuthenticator objects with different names and no passwords). When I call connectSessionC...
Hello,I'm trying to use the method getRoomInfo from AccountManager class of the Java server API, in order to obtain the usage information of a room. My problem is that this method is always throwing the following Error: com.adobe.rtc.util.RTCError: not-active.Here is my code:accountManager.keepalive...
I have 4 check boxes that I would like to auto fill a text box if they are selected.I am wondering how to do this (as I have never used a script before) and what script should be used?I am new... so please forgive me as I learn the ropes.
Hi All,Some background. I am attempting to fill a dynamic dropdown list from a datasource on my form, I do this using a custom renderer in workbench. I have done this on many forms but this time I am getting some unusual errors... the list that is being populated is also a much larger list than us...
I've been learning LiveCycle to create a Satisfaction Survey for some departments at work. Is there a way to edit the form AFTER it's been distributed without losing it's connection to the original responses file? Or can I add old responses to the new response file? Does it depend on the kind of edi...
Hi everyone, I developped a Custom Component that is trying to retrieve a list of task (List<TaskRow>) assigned to a specific user (passed as parameter).I understood that I need to connect to the server with his username and password in order to use the TaskManagerQueryService.taskList() and get his...
I have been reading threads for over a week now trying to finish this form up. I need help allowing the two largest texts boxes to keep flowing and "bump" the labor, delivery, sales tax and total down when they do. Even if this mean going onto a second page. I have read a lot about subforms/save as...