-
Recently active
Hello , I am confused with the sending of messages. I want to send a message to a specific instance, I don't want to send a message to all instances of a process model. The only way I found is creating a condition in which I evaluate if the instance that I pass as a parameter is the instance that I want to receive the message. For me this is not very efficient because all active instances will evaluate that condition to determine if the message is equal to the current instance.
Hello people! I hope you're doing well. Is there any way, video or documentation, where I can learn how to create a login page for my Appian ACME (Community version) Site? For example, there is my site link like this: But looks like an Appian login, not the ACME or my site custom login page. Question 2, this means that if I create a user in my Appian ACME site that user will be allowed to access to the ACME Site? Thanks in advance! have an excellent day.
Hi, I have 2 tables pen and animal table , when i am adding the animal i am assigning the pen to the animal and the pen name are coming from pen table, i want to restrict user to add "3rd" animal if i have already set the capacity of pen to 2 animals only in pen table , any suggestions? while adding animal user should get the alert mst or validation like " pen have capacity of 2 animals only select diff pen".
Hi readers, I would like to know if this is possible, i have a interface where it has a drop down which should have list of values from record types. example: In the below table when entering data into Table-A it would be in a normal way; But when entering data into Table-B we need to enter ID_A as well right, So i am thinking to keep a dropdown in this place, where i can keep the list values present in ID_A Table-A Table-A is as below ID_A(PK) Job_Role Company_Name 1 DBA ABC.ltd 2 SysAdmin ABC.ltd 3 HR ABC.ltd Table - B is as below Member_ID Name Phone_Number ID_A(FK) 1 SSR 1234567890 1 2 RC 0987654321 1 3 NTR 6789054321 2 4 RRR 1234567098 2 5 MB 0984562348 3
Hi, I am trying to use startProcessLink in a grid view Interface so that an user can edit the selected record by selecting a location Name. This is my first time using this method. When I am selecting an entry, I am getting an error message: An Error Has Occurred No process parameter found corresponding to override [name=pv!locationId]. Non-parameter process variables cannot be overridden. a!gridColumn( label: "Location Name", sortField: "description", value: a!linkField( links: { a!startProcessLink( label: fv!row.description, processModel: cons!BC_PM_ADD_LOCATION, processParameters: { locationId: fv!row.locationId } ) } ), My process model is working fine. So how and where do I fix it? Please advice me. Thanks
Hello good, I would like to know what is the difference between executing a thread in an end event node and executing a thread with the smart service start process and then terminating the process.
Need to use "Text Doc From Template Smart Service" for exporting more than 300 columns data from a table. Can anyone help me out how to configure this smart service and use it in PM which will give data in csv format or excel format.
Hi Appian Team, We have a functionality to save the data from the interface to the database where we are not submitting it to the parent table, but a temporary table or cdt and use the same process model as the submit and add the nodes for temporarily saving feature like save as draft. Basically customized "Save as draft functionality". Can anyone help us to implement this functionality , if you have come across similar features in any of your application. Thanks Sunu Sam
Hi All, I want to write the logic for the below requirement For example: ------------------ My Input is 1 Output should be : {2,3,4,5} can anyone share the logic Thanks in Advance!
How can I assign a default value to a radio button and make sure that value is saved even if the user doesn't interact with a radio button component? for instance, if I have local!radioButtonDefaultValue: false I see that the No label is selected, when value field of the component is set to local!radioButtonDefaultValue but the value itself isn't saved automatically unless the user interacts with the radio button component. I want to save the false value even if there is no interaction with the component.
Prereq: Site, tested in Chrome and Edge. My use case starts in a site as the main user landing point. From here various actions and a pair of reports are presented to the user. Depending on the user's screen resolution the initial landing page may or may not scroll. Given the user has scrolled down the page, when they click on a task link (from a task report for example) the task opens up within the site framework but is not at the top of the task, instead, the interface retains the previous scrolled to position. This has been observed where the target form has been constructed in either formLayout or in headerContentLayout constructs. I cannot find a way to force the vertical page position back to the top of the form. Can anyone suggest a solution?
Hi All, We have data stored in our DB in text format. But data added can either be text or json. We would need to display the same in the interface in proper format. That is if data is in plain text we would show it as text and if it is in JSON, we would need to format it and show. For eg : if data is stored as "XYZ" then we would show either in Rich text editor/text field as XYZ. If data is stored as text (in actual it is a JSON) - {"Field1":"Test","Field2":"value is "not editable" test it.","Field3":"314146282515","Timestamp":"2019-06-19T11:05:23.678+0000","Field4":"XYZ","Reason":"XYZ","Time":"2022-02-19T05:09:26.046+0000","Field5":"ABC","Field6":"yui","Value":"OK","Action":"","Field7":"[abcged]","Field8":"&
Hi, I created a simple sample application with 2 connected systems one for PostgreSQL DB an one for Http Connected system, both connected system are working fine on development environment. I have exported application package and import customization file. I have updated the Import customization file and tried to import application (with import customization file) on different environment, during inspect i found below errors I have verified import customization file that parameters are present. I am not able to understand why this error is coming during import?
Does appian have a direct return feature? for example, the normal process runs this way:requester - checker - verification 1 - verif 2 - verif 3there's a condition named 'direct return", it is when verif 3 do a direct return to verif1, and verif1 do another direct return back to the requester, then when the requester do an approval, the process wont go to checker, but go directly to verif1, and after verif1, it will run directly to verif3 (do not need to go through checker and verif2 anymore?)
in this process the financial department submit form to office manager sometimes office manager return the work to financial department to review when office manager return the work to financial department to review on process model , there is no view form option even if i set variables to be multiple
I am using send email smart service. I wanted to mails to customs email, not on groups. Anyone know how to do that? I have used toemailrecipient() function in cc and it's not working and breaking the process also.
Hi All, I want to place a icon along with text in a dropdown as shown below. Is it really feasible to do so with any image/document? I want that circle with blue dot icon. Regards, Ghanashyam
Hi, I am facing an Issue, When we maximize the browser zoom for the site page then the local variable are refreshing and getting null. Can anyone please help me on this Issue? Thanks In advance
Hi, Is there any way that Appian can identify content from email. Thank You, Hema
Good Day!Goal: Using Get API response the html code stored in my DB.Issue:I'm having this issue on my API response on my DB there is no "/' but on my API response it display "/'.pic for details.API Response:
smart services are there to create a user account and adding them to the groups also, Because I want All users should be able to sign up (if he/she is a new user(this candidate added to user group dynamically)), this app should be mobile friendly as well, that should available for wide number of civil users, So please let me know possibilities available to achive this in appian, Pro's & Con's, can also let me know if their is any best suited technology to achieve this
Hi Everyone, I am getting this error while I am trying to fetch the data. A user picker component [label="User Name"] has an invalid value for "value". All users must be valid and visible to the viewer. Please help me on this.
You can see in the above image that Loan amount of rule input showing null even passing the value.Can anyone check it?
Hi All, I need to have a drop down where the values are shown in group by category with a headings as below: Any idea whether this is feasible in Appian or not?
Hi Team, I need to show icons beside to the Section Layout Label field and that is a custom icon. How can I achieve the same. I can see a parameter called Label icon in section layout ; but I am not sure how to insert a custom icon to it. Regards, Ghanashyam
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.