-
Recently active
How can i achieve this kind of header with dropdown function in Appian
Hello, There is a requirement in my project where I want to upload the image in an editable grid for every device and give a preview before submittinga!localVariables( local!counter: 0, local!deleteDeviceIds, local!device: a!refreshVariable( value: rule!SABOT_GetAllDeviceSku(), refreshOnVarChange: local!counter ), local!deviceCount: length(local!device), local!result: null, local!showButton: false, local!tableName: "SABOT_DEVICE_SKU", local!DEV_ID: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DEV_ID"), local!SKU: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "SKU"), local!DEV_NME: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DEV_NME"), local!DEV_IMAG_NBR: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DEV_IMAG_NBR"), local!DSPL_ORDR_NBR: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DSPL_ORDR_NBR"), local!ACTV_CD: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "ACTV_CD"), a!boxLayout( label: "
Hello All, Please let me know in gridLayout -Editable Grids whether can we use Add Button instead of "addRowlink:" ? I didnt find button in the default options. Please let me know whether any one implemented Add button instead of AddRow link. Thanks
Does script task has any limitations? Thanks.
Hi everyone, I am unable to find the transient meaning, what is the purpose and why we r using it, and why not the other approach? can guys help me with this?
I have an interface in that there is a rule input of type Employee CDT. one filed of that CDT there is a foreign key (other CDT). I want to access the nested fields in my interface. how to access the nested fields?
Hi Experts, How I can transfer my A-Score from Previous Organization to current organization. I have already raised a support case from https://forum.appian.com/suite/sites/myappian/page/support with my current organization's Credential but not getting any updates on it. Thanks, Gaurav Singh
A process generated (as requested) a 3.7 gigabyte zip file last night. For the size it worked pretty well. I did notice something funny though; there seems to be no way to display its size correctly, other than downloading it to my local system. The filesize-in-bytes (~3.7 billion) is well past the integer overflow point (~2 billion). When I view the file's properties directly in designer, it shows a *negative* filesize:When I click into the document properties, I see the same thing. When calling the "document" function on the file directly, I see a corresponding negative integer (i assume this somehow corresponds to the integer overflow, but I can never keep it straight in my head) -- In this case it's not critical. However I can imagine future use cases where not being able to internally pull an accurate file size could be a big deal. Has anyone developed any neat tricks and/or workarounds for this? ( I mean other than the obvious
In built sorting (Able to sort by any column) In built filtering ( Able to filter by any column) Delete row link
Hi, I used a transient value in my CDT's, I able to see all the values while i am debugging the process model except the transient value, can you guys please help me with this issue. I did not get any errors but still, I am not getting the value their I able to see the value in my interface in both the CDT's
Hi All, Please help me with the below query. 1) created the variables in the start node and updating the data to DB by uing write to data store entity and it successfully creating the lines items in DB now, we want the update the values through process model which is already present in the DB. thanks in advance.
Hi, i tried several times to import this App (Corporate Conference Booking) but any time the importing is not completed and missing many objects such as Site , Record type , Process model and etc. in attached you can find related import log file. please can i have someone's support on this issue? BR//Ahmad [View:/cfs-file/__key/communityserver-discussions-components-files/11/corporate_2D00_conference_2D00_booking_2D00_1.import_2D00_log.txt:320:240]
I am looking for a way to page an array of CDTs in an editable grid. The caveat is that I need the data to persist across pages. Has anyone done this before? Some code examples would be great.
Could someone help on how to create a constant pointing to a particular website. For example if I would like to create a constant pointing to https://www.un.org/en ?
Feature Request - We do have a document viewer to view the PDF and the documents. Do we have feature to edit Documents/PDF online within the SAIL interface and save it. In the a!dataTime() field, Can we have any control to disable only time or set time to default value
Hi all, I would like to create a scroll-wheel picker component for an interface, where the user selects a number (1-20) for a corresponding field. Many applications use this style for selecting country. I currently have a dropdown menu which is the closest thing I found so far... Is there any way that I can create this kind of a menu for a field? I am using Appian 21.2 version.
In our Appian application there is a Process Model which is associated with a Form and it is used for updating some user performance related data along with some status information like Enabled, Started, Initiated, Acknowledged and Filed. The Form is being used by Manager and his/her Subordinates and there is a both way communication through this Form. Status of the data is changed depending on different stages of communication. Though it is used for both way communications, Process Model has been made such a way so that more than one user can not work simultaneously with the same user data. However one thing is noticed that when limited people are working with the form then it works fine but when 50-60 or more people are accessing the Form simultaneously then in a few cases user data goes back to initial stage. It seems to me that it is a Concurrency issue due to parallel processing. For your convenience I am attaching the screen shots of the Form and the Process Model. Can anyone hel
Hi All, I have requirement where I need to remove consequent duplicate value while showing the data in grid. i,e if values are: {"Requested", "Requested", "Pending","Sent For Approval","Approved","Pending","Approved","Approved"} the expected output is {"Requested", , "Pending","Sent For Approval","Approved","Pending","Approved"} Here "Requested" and "Approved" are getting rejected as they are consequently occurring twice.
Good morning, We have an interface which queries the tasks from the user logged in thanks to a task user report. If we use an admin user, we are able to see all these tasks (group and individual), but if we use a test user without admin privileges, we are unable to see them. In the report, if we set the context user to the test user, we can see the tasks, so we don't think is a report issue. Thank you so much
Hi, just want to ask.. If I created a Web and Mobile application through Appian, how do my user's access it? 1. Will they know that the application is done through Appian? 2. In Web, are the licensed users will have to login through Appian or will land through Appian in order to access the web app? 3. In mobile application created through Appian, will the users of my application needs to download and install the Appian app from Google Play in order to access the created application? 4. Or, are all applications (web or mobile) done through Appian are deployed as stand-alone applications where users will never know that the application is done through Appian? Ex: mobile application that I can upload in Google Play/ Apple Store Thanks!
I have a user input task with 3 reminders being sent by escalations. The input task is stored in our database and indicates if it was completed and the reminder dates (basically writing a near empty object). I'm trying to figure out how to move passed the input task after the last escalation and still write the record before ending the process. I've found older posts where users discussed the "send message request" item within the escalation, but they would do that to kill their entire process. I still need my process to complete. An alternative approach I'm testing out is splitting the flow with an AND gateway: Path 1 has the user input task and updates pv!taskComplete once done Path 2 loops itself with an XOR for each reminder count (pv!counter) If pv!taskComplete = true, Path 2 resolves to an end node and everything is fine. If pv!taskComplete = false, but pv!counter = 4, Path 2 also resolves to an end node.
Hi, How to import data from excel or csv in CDT or in a database table?
Is there any changes in exam syllabus after certification changed from 'Appial Level 1' to 'Appian Certified Associate Developer' certification?
Hi Folks, I could not figure out the exact difference between SPAWN All and SPAWN NEW, can some explain me with one real-time use case Thanks in advance
Hi All, I am using selectables in read-only grid, based on the selected row I need to show a value in a particular column. In editable grid, we can configure the readonly as not(contains(ri!selectionList,fv!index)). But how to check whether the current row is in the selected list. How to get the row id in read-only grid?
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.