-
Recently active
We are trying to understand how to upload a pdf into a folder and save the id in table to be retrieved later. We are not able to get the id to return and then save it. We have a response json and we can't just hardcode from the uploadfield. in the component containing the upload field we can't call from the process model that component. All the interfaces are nested and dynamic and contained in a dynamic json. Currently, attempting to create a process model for uploading the pdf has failed because we can't get the id back when the pdf is being stored in a folder.
Hi everyone, We have a requirement where we need to clean up old process instances from our Production environment as we have around 20,000 instances with errors in them that are taking up disk space. Instead of having our help desk team delete 25 instances at a time from the "Monitoring" View, I thought that we could create a process report that would contain all process instances with errors and have an automated process that queries that report and deletes those instances. However, I can't seem to find a filter criteria for "Processes with Errors". I know there are "Active", "Paused by Exception" etc. I also know that there is a report called "Processes with Problems" but that only filters by "Paused by Exception". How can I query for all the instances that have an error in them? Has anyone encountered this blocker? And if so, how did you get around it? Thank you, Rajiv Nelvoy
Hi All, I have requirement to fetch/list all knowledge centers for all the application available on server. I have uuid of all the application, need to get knowledge center. Please guide how this can be achieved. Thanks
Good Day Experts, Can anyone please let me know how to embed Appian Portal page to the 3rd party site ? Cheers, Kalai.
Hi Pals, Have a look at this interface I want the user to click on submit button and then, it should take care of its own input fields inspite of marking it required and empty for the above iterface or vice versaSo, let me know how can we do the sameRight now, The two section layouts are having the code directly in this interface and they are not external to the main interface.Any insights on this?
How to get all table names(>1000) in my interface. I have created a Stored procedure to retrieve table names, used it to create expression rule. But in expression rule only getting 1000 tables. Also in interface only 1000 table names are populating. Please help me in retrieving all table names in interface.
Hi Everyone, I created a service account with user type as "Basic User". And I was supposed to change the user type to "System Administrator" and I got the following expression error. I have tried this scenario via Admin Console and Appian version is 22.2 . Is this an expected behavior? Thanks in advance!
Hi everyone, Once I start the debugging process for testing, when I type the information on the form, the information disappears before I finish typing and submitting it. Does anyone have had this situation before? is it a configuration issue on the object that triggers the form? Can you pls support. Regards,
Hi all, am not sure why this issues is coming it's working fine in other places this is the code
I applied back button on drill down grid .getting redirected to linechart ... but whenever i am clicking on back button it is creating new layout with grid ... also making the required variables null while clicking back button,.. I just want to get redirected to linechart .... a!columnLayout( contents: { a!buttonArrayLayout( align: "END", buttons: { a!buttonWidget( icon: "home", label: "Back to User Logins", style: "LINK", submit: true, value: "BACK", saveInto: {local!backButton, a!save( ri!selectedDateRange,null() )} ) } ) } ) } ), if( isnull(local!backButton),{},rule!VID_uiSectionLineChart(selectedValue:ri!selectedDa
Hi Appian Community, I have added into my interface a radio button below, It contains radio button, EX: when I choose 'Age', I will can type in text. In my solution, I try create 2 radio button: one radio button 'Age' + text box and one radio button 'No', but I can not merge two the radio button to one. How to open the interface again, the options it chooses the correct one selected and the correct data entered into textbox? Thanks for your help.
Can we access/display documents stored outside of Appian in Appian without downloading it in Appian?
As per the subject, I have tried to use a SVG file as the logo parameter to act as the input for "Image" field in DOCX From Dynamic Template smart service, but am facing an error when the node runs. The error is reflected as such: freemarker.template.TemplateModelException: Method "public java.lang.String fr.opensagres.xdocreport.document.images.AbstractImageRegistry.getWidth(fr.opensagres.xdocreport.document.images.ImageProviderInfo,java.lang.String) throws java.io.IOException" threw an exception when invoked on fr.opensagres.xdocreport.document.docx.images.DocxImageRegistry object "fr.opensagres.xdocreport.document.docx.images.DocxImageRegistry@92d8c46". See cause exception. The failing instruction:==> ${___ImageRegistry.getWidth(___imageI... [in template "fr.opensagres.xdocreport.document.docx.DocxReport@59d76500!word/header2.xml" at line 4, column 1343] JPG and PNG files work fine. Is this a technical limitation of using this smart service and are
Does anyone know how do I submit in a Appian ticket in jira? This is my first time using it
Hi i copied fitnessse folder in my local whenever i try to run start bast file i m getting nothing. Please suggest how can i fix this . i have latest java version also . i hve set environment variable also .
Hello Experts, I have a requirement where user need to select multiple values for OrderType. There are different sets of values which needs to be populated under SearchBy on the selection of order type. If Multiple Values are selected under the OrderType then only those values should be available under the SearchBy which are common to both. Example 1: Lets say for OrderType "O1" SearchBy can be {"S1","S2","S3"} and for OrderType "O2" SearchBy can be {"S1","S2","S3","S4","S5"}, So if user selects both the orders O1 and O2 then only {"S1","S2","S3"} should be available as SerachBy as common of two order types Example 2: Lets say for OrderType "O1" SearchBy can be {"S1","S2","S3"} and for OrderType "O2" SearchBy can be {"S1","S2","S3","S4
Hi everyone, can anyone please show me the expression to make my Task Tab visible only to the selected user group. Thanks in advance
Hi Everyone, I tried to change the username of service account and I got the following expression errors. Eventually the username got updated successfully irrespective of these errors. Appian version used was 22.2. Is this expected behavior? Thanks!
Is there a way to increase the default font size throughout the application, including in grids and charts?
Hi Team, In one of our case management application planning to utilize the richtexteditor() plugin to provide better user experience while different department collaborating .Also recently integrated with internal ECM to store the documents. So in this case view(Record sub view tab) displaying the comments(Paragraph field) along with uploaded document as downloadable link separate. Whenever i checked the richtexteditor component generating for the inline images(Pasted in the component) as base64/binary OR referencing directly from Appian environment as link. But in my case once the form submitted with comments and inline images will upload into ECM through API call and deleted document from Appian KC. But while displaying in the Case sub dashboard(Record View beside summary customized view) we need to display as it is what enter by user. Example PF below. In this case documents are resides in the ECM tool .So in this such scenario, is there any easy way to achieve without downlo
The database shows the 2022-08-01 14:00:00:00, and it is defined as the date time field on data base side. But when I do the query via CDT its shows 08/01/2022 9:00 am CDT ( 5 hour difference ) Please see the CDT defnion below Please see the CDT definition below. Please let me know how I can fix these issues such as how I can show the date like database value
I have a questions regarding the reject button on Appian, I'm currently doing a research to find out more about the reject button and why is it not working property on PMT. Any helpful guidance would be greatly appreciated.
Hi All, can we add a new PV in active instance (in editing mode),If yes , how? Thanks in advance,SSP
How to prepopulate the textbox once I clicked the textbox. Initially Textbox will be empty, only after I clicked it should get populated.
I have a requirement to send Email notifications to all users who received task to remind them of the due date if they have not completed the task. The due date should be 14 days after the task is assigned.The reminder notification should be sent at the following intervals if the task is active: 7 days left, 5 days left, 2 days left Due Date Due Date plus 1, 2, 3, etc. until the task has been submitted.The notifications should to be sent out daily after the due date has passed until the task is completed. I am not sure how i should pass these different scenarios to escalation in userinput task .Any suggestions?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.