-
Recently active
I have two interfaces. In the first interface, an employee will submit his details. After submitting, it will go to the supervisor interface and if supervisor select need more info option. Supervisor will write in need more info paragraph, it will go back to the first interface. But this time, need more info paragraph which is in supervisor interface should also display in 1st interface. How can I do that?
Hi All, Is it possible to have radio buttons in a grid column of a read only grid? Thanks in advance
Hi! I have created an interface which allows the user to create PO Lines (shown below). The information is saved in a Record Type ("CPF Lineas Pedido"): Additionally, I have a previous interface in which the user fills "global" or "header" PO fields, like the id, supplier, total price, etc. This values are saved in a different record ("CPF Pedidos") In my site, the user can see the record list of CPF Pedidos (the basic fields). And, when they click in one of the PO, a summary view appears with the information of the PO Lines. In order to do this, I added to the summary view a read-only grid, filtering by PO. Now, I would like to bill each PO. For this, I created a related record action "Facturar Pedido", which initiates a process model and has another two interfaces: 1) Interface 1: Header fields of the invoice. The fields of the PO such as the PO identifier, supplier... must appear automatically (extracted from the PO information/ rec
Hi! I was trying to pass a local variable values (editable grid in which you can add several rows) to a process model, so that I can use the Write Records Smart Service At first, I did it this way: But I would like to know how to transfer this and save into my record (probably best way via process model) The entire code is: a!localVariables( local!grid, { a!sectionLayout( label: "LÃ%ADneas Factura", labelIcon: "list-alt-solid", contents: { a!gridLayout( label: "A continuación, incorpore las lÃ%ADneas de factura correspondientes y pulse el botón de creación", headerCells: { a!gridLayoutHeaderCell(label: "Factura"), a!gridLayoutHeaderCell(label: "Pedido"), a!gridLayoutHeaderCell(label: "Proveedor"), a!gridLayoutHeaderCell(label: "Material"), a!gridLayoutHeaderCell(label: "Precio Unitario"), a!gridLayoutHeaderCell(label: "Cantidad"), a!gridLayoutH
A cancel button has to save one rule input and one local variable value. If we click on the button once only the rule input changes but the local saving happens only after 2 nd click. If we remove the rule input then it is working. But we need both ri and lccal variable to save its respective values at the first click of button. PFA for the code snippet. Help me on the solution a!buttonWidget( label: cons!PHSREC_BTN_LBL_CANCEL, style: "NORMAL", value: 3, saveInto: { local!currentPage, a!save(ri!buttonAction,cons!PHSREC_BUTTON_ACTION[6]) }, validate: false, showWhen: local!currentPage = 1 ),
I have a card layout as below. Can anyone help If there a way for the button to not have that extra space before and after the rich text no matter what magnification or resizing of the screen is shown. a!columnLayout( contents: { a!cardLayout( tooltip: "Only Assigned Status Tasks will be processed", contents: a!richTextDisplayField( align: "CENTER", value: { a!richTextItem( text: "ACCEPT TASKS", color: "ACCENT", style: "STRONG",
Hi all, I'm trying to use a single dropdown list to add multiple users to my grid, right now when I Select one it saves it, but if I select the dropdown again it will overwrite my first selection, how can I over come this? Basically I want to select -> save , select again -> save and so on.
Hi, all -- I am working on a mock-up with an editable table that is not hooked up to any database. I want to make one row unselectable while keeping the other rows able to be selected. Is there anything I can put in the expression to achieve this effect for UI purposes only? Thanks.
We are hiring Appian Developers for the following locations Philadelphia, Delaware, New Jersey. Any one would like to know more about this exciting opportunity please contact me abhilash.p@KGIS.CO Here is the brief JD: 4+ years related experience working in a technical role Primary responsibilities will involve developing, integrating, and debugging Appian objects; writing validation tests against existing baselines to ensure integrity of the code during Agile development efforts. Create integrations with other enterprise systems using REST APIs. Create Web APIs in Appian and secure them using OAuth 2.0 credentials. Strong background in relational database design and SQL Strong problem solving and design skills Strong communication and presentation skills
Can I use same interface for 2 related actions . If a user is from group1 the related action as "group1 approval" and if user is from group2 then relatedaction is "group2approval".on approve of group1 ,some fields gets updated in db and upon approval of group2 some fields gets updated (like lastupdatedby ,status) ,all fields are common in both the interfaces ,upon approving from group1 it shows status as "group1 approved" and if group2 approved then status as "group2 approved"
How to show multiple dropdown using the record type. The field in record type cannot be made multiple, only the record type can be made array. How to achieve this
An error occurred while executing a save: Expression evaluation error at function 'remove' [line 144]: Invalid index (2) for list: valid range is 1..1
I want to show the confirmation message to user and after process completion need to redirect user to new interface. As per my knowledge we don't have any other method to show the pop-up apart from ButtonWidget hence using the same. Below is the code in which i am calling process model through ButtonWidget and once the process gets completed it should open a different interface. Please suggest.
Hi, I have a dropdown with 3 values. I store the selected dropdown value in a local variable( local!selection will be either 1/2/3 based on the selection by the user).User can create multiple records. By clicking on a dropdown value, a form opens up and the user can submit the form. First time, if the user select the first option (A) in the dropdown, the next time the user should select the same option (A). I need a validation here, which should throw an error if the user selects the other two option. My record is a list of array. Can someone help here.
I want to draw a vertical line between two components, and customize the color of the line, and its weight is 2px. How can I achieve it?
Hi All, I am using the cascading dropdown in the portal. A Cascading dropdown stores the ID in the database instead of the value I want to store the value in the database
In a process flow, if an user submits a form, it goes to supervisor suppose. Supervisor rejects with a comment and again it comes back to an user who submitted. Then how will I be able to show the comment to the user who submitted the form which is additional information.
i am fetching data from record and i am showing this data in a card layout with foreach, so i want to show only 4 record in first row then 4 in second and so on. how can i achieve this through foreach in one interface
Hi team, I have requirement that's shows the process instance based on the particular Process ID in the Interface , the simlar way we see the process instance by clicking on the Process Name Hyperlink, but i need to show them in the interface. i created a report and getting values from the Process report and able to link that to process Dashboard in report. i could Able to see the get the process Dashboard in the interface i want to get the Same Dashboard in the interface also , i am unable to get the hyperlink and logic to implement how to show the process Instance on click of Request ID (ie. in My case Process Name )
I created two records using two related CDTs which share one to one relationship. But when I am trying to fetch related record into one record. I am getting some other values. Can someone please help?
I am getting the below error when I click view record list on AX Vehicles record list. The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = 6ETIO] at function a!recordList: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!documentImage [line 56]: Could not cast from Rule or Function Reference to Document. Details: CastInvalidCould not cast from Rule or Function Reference to Document. Details: CastInvalid (APNX-1-4198-000)
Hi Everyone I have a grid field in which 3 columns are populated by the same DB column and I also want to set same sort Field value for them.Is there any way to set so because when I try it throws an error that Sort Field value must be unique.
Hi, Whenever I'm trying to enter 271.64 or 2**.65 where (** can be any number) it's getting converted to 2**.64 I'm using below expression for this: a!floatingPointField( label: "Test Decimal Value", value: todecimal(fixed(trunc(ri!value, 2))), saveInto: ri!value) Not sure, if this is an issue from Appian. Can anyone confirm this. Thanks in advance.
i need to convert encryptedTextField Value to TEXT values, "I am entering the data in encryptedTextField" while entering value the data is should be encryptedText but in DB it should be in TEXT format so i need to convert the encryptedTextField value to TEXT values, I used type! but it's not working if anyone know about any function can you please help me with it.
Hi All, Is there any way to avoid multiple users triggering same related action if it is having start form? Thanks in Advance!
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.