-
Recently active
Hello, In order to display a specific content on a mobile, I have an interface with the following elements: A data subset loaded as a local variable when the interface is loaded (in my business case it's a list of tasks to execute for the user) A list of cards that will display the elements of the datasubset (forEach) A showWhen parameter for each card, if the user click on the card it will open another card to display detailed informations based on the same data subset As long as the mobile network is fine the interface works fine BUT if the network quality is getting worse while using the interface, it is no longer possible for the user to click on a card, as if the data subset was trying to refresh (or reload) with each click. There no message to indicate that the mobile device is offline. I could replicate the scenario by doing so: Loading the page and clicking on card to display detail > OK Tunrn device to offline > no offline message and it's not possible anymore
Hi, I have a requirement where, I have to be able to show the goals for a employee to resubmit as a step after he selects and submits the goals for the first time incase, he/she needs to add/remove any. The local variable 'FunctionalGoals' contains the list of master data as a type from which they can choose goals(1st cdt). It has only goaltype, subtype as columns in this case. The 2nd local variable 'SubmittedFunctionalGoals' contains the goals that have been submitted for the 1st time by the employee(2nd cdt - Transaction table), This has the remarks and startdate and enddate columns. There is a 3rd local variable 'SelectedFunctionalGoals' Which has the new goals which the employee selects (storing this as I need to make the respective remarks and startdate, enddate editable and required for that row). so fetching the remarks and startdate and endate for the submitted goals(1st time selected goals) is what I am stuck with. Hope I am able to convey the issue pr
Hi, I am using send e-mail smart service to send an email notification which is internally using HTML template. Initially, I have designed a template with few variables using ### and which are working perfect. Later on I have added few more variables, but these variables are getting replaced with values sometime and sometimes those are not loading. I have even tried to click the option "Re-Scan Template" and it worked for some time and again after some time it is not working. Can someone advice on this. Thanks.
Hi Team, I have deployed the data store and CDT to higher environment and able to view that " A modified draft version " message is available on the top. But when trying to click on "Modified Draft" link to verify and publish the datastore,the appian tool is not navigating to the modified version. This is happening for us in all the environments and hence blocked with deployments . Regards, Divya Jyostna Dasari
Hey all, I have 2 user input tasks. For both tasks, I need to implement/adjust alerts as follows. Number of days are calculated since the sending of the 'First task' task to the users (i.e. the deadline for both, the Primary Traveler and the Line Manager's tasks together must be 12 days). After x days 1st TASK 2nd TASK 3 Primary Traveller 0 6 Primary Traveller & Line Manager Line Manager 9 Primary Traveller & Line Manager & Compliance employee who approved the travel request Line Manager & Compliance employee who approved the travel request 12 Mail to Compliance with info that this Post Travel Form has still not been been completed/amended by the Primary Traveller and approved by the Line Manager Mail to Compliance with info that this Post Travel Form has still not been approved by the Line Manager THE POINT IS THE DEADLINE FOR BOTH TOGETHER MUST BE 12 DAYS. I first installed escalations for the primary travelers
Hello folks, In Tempo, when adding comments, we can also upload attachments. Is there filter or server settings that will prevent uploads of .exe files? Thanks in advance. Best, Mahesh Pillutla
Hi, Can we initiate a process model from barchart? Different process model should be triggered for different category data source: recordtype
QUESTION 1> Suppose we have 1 array : local!arr : {a,b,b,c,c,c,d,d,d,d}. Then how we will print in the pattern like a, b,b c,c,c d,d,d,d. QUESTION 2>Suppose we have 2 - arr1: {"apple","banana","mango"}, arr2:{"a","b","c"}. How we will print if we choose "a" then it should print "apple" , if we choose "b" then it should print "banana" , if we choose "c" , it should print "mango".
Hi, I have a multipleDropdownField and it is working perfect in ADD functionality mode of user interface. I have trouble in EDIT functional flow. If users have selected a value in ADD mode, I need to show the same along with other dropdown options. This also, I am able to finish successfully. The issue is happening if user(s) added any new items along with existing item(s). I am not sure how can I handle this situation. Do I need to delete from db the previous records and re-insert new ones or any other process I need to follow.
Hello, In which case will use views and stored procedures in Appian ? I know the basics about it but I am not sure when will use stored procedure and views.
Currently have a process that sends an email I want to cc a group and an entered input variable that connects to an email. Is there any way I can send an email to both a group and a process variable?
Hi, Is there any equivalent to Switch or Case statements in Appian. If I have to implement code similar to the below code line, how can I achieve in Appian. Any suggessions. CASE WHEN ( action="A") THEN WorkflowStatus="WAC", RequestStatus="RAC" WHEN ( action="B") THEN WorkflowStatus="WBC", RequestStatus="RBC" WHEN ( action="C") THEN WorkflowStatus="WCC", RequestStatus="RCC" END CASE
Hi, Is it possible to add a link to Microsoft Teams User profile on Appian User Interface. Thanks.
Hi Team, I am using Appian with backend SQL Server database. I have observed that the IDENTITY column value of a table where I am storing data is skipping number sequence all of sudden. If you observe in my below attached screen, it started showing 1009 after 24. I was unable to trace the root cause of the issue. Can someone advice on this please. Thanks.
Hi, We have a three records . Record A has one to many relationship with Record B and Record B has one to many relationship with Record C We are displaying the all three record data in a grid. We are having issue when display Record C data if one of the row has no value for Record C. Here is the snapshot of the grid column. We would like to show each lineItem as numbered list. In this example P2P is top level record. a!gridColumn( label: "Tracker Entry Date", value: if( a!isNullOrEmpty(fv!row[P2P.invoice.lineItem.name]), "", a!richTextDisplayField( value: a!richTextNumberedList( items: fv!row[P2P.invoice.lineItem.name] ) ) ) ), This works fine in the design mode in the Appian designer. When we access this from the site it throws an error. "Text?list must be used within a SAIL component" We don't want to use for each to iterate over each item to check null as it is causing performance problem. This issue occurs when an invoice does
Basically the title. Is there any way to play a video that was uploaded to the Appian Knowledge Center in an interface for a user?
Web Video will not work since it only plays videos that have already been uploaded to the website by a different way
localvariables( max 10 max20 ) has to print 10 to 20
Hi, When we have a user input task why do we use start form ? And what is the difference between both of this What are the use cases of start form and user input form ? Can someone help me please?
I have a multi selection checkbox, so if i select any of the options in that checkbox then only that mail has to be sent to a group of users outside appian and also i want to link a record in the mail body can anyone please help how to achive this. Thanks in advance .....
Hi Team, We are using a paragraph component in our form-layout interface. We are saving its value in a rule input. Though the paragraph would be visible, it would be allowed for editing only when a specific condition is met. The rule input gets updated in an interface but in site page the value is neither getting updated nor reflected in the component. It just disappears. The form is called via a related action from a record type. Below is the code : a!paragraphField( label: "Closure Notes", labelPosition: "ABOVE", helpTooltip: "Maximum 1000 character allowed without extra space", value: ri!closenotes, saveInto: ri!closenotes, disabled : ri!status<>"Closed", refreshAfter: "UNFOCUS", characterLimit: 1000, height: "MEDIUM", required: if(status="Closed",true,false) ) Please let me know how to resolve this
Hi, I have a Multipledropdownfield where users can select multiple items. Based on the user's selection I have to update the value in another field. When the users un-select all the items and when I check the value which I am storing in the local variable, is not showing as null if I check using isnull(selectedIds)
Hi, Is there an Out-of-Box function in Appian to get the list of all groups a user is member of. Actual requirement is to filter the active tasks assigned to a group which the logged in user is member of. User should be able to view an active task if user is member of the group the task is assigned to. Thanks.
Hi Folks, How can I have expand-all and collapse-all feature as a button/link in my interface which is having multiple section layout. I know we have is collapsible and isinitiallycollpased parameters which are present. But that works only on page load. How can I make it dynamic which is work on clicking of a button or link? Regards, Ghanashyam
I would like to add audit fields to the document type CDT in IDP, when a document is processed not only the extracted data should fill into DB, but I also need to have audit fields to be filled. So, when I was looking into it I am unable to open the interface, saying that this node doesn't allow custom forms When I was trying to configure it from a process model, I was creating a script task and wanted to save data from there, and save the data to DBSo when I Configuring the script task, I am unable to save the data to the particular parameter in the document CDT type, Because the type of the CDT is labelvalue, I need to save the data to the created by a parameter which is in value, so I am unable to do that. This is the error I was getting
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.