-
Recently active
Hi, we need to configure VPN Tunnel for a new Cloud Environment. Client ask us if IKE use Aggresive Mode. We check, but we didn't find any information in documentation about it Could you help us? Thanks
Hi All,There is a requirement in my application to display a form (process) by clicking on the link from external system (Google chat). Initially once form is ready a link will be sent to the users(on Google chat), Then users can click on the same link and form should be loaded.Please suggest the better way to do this.
user(pv!servicesDelivered.iss_analyst,"firstName")& " " & user(pv!servicesDelivered.iss_analyst,"lastName")Above is the code I have, simple user fuction to grab first and last name for user. Currently getting this error: (Expression evaluation error at function 'user': Null argument not allowed) (Data Inputs)Any insight to why? Than you in advance!
When I upload more than one files and then going to download thes files .only first file is downloading not all files are downloading. what sould I do so that all uploading files are able to downloaded................. code:--- a!localVariables( local!docData:rule!PM_getAttachmentDetailsByReqId(ri!requestId), local!docId:index(local!docData,"docId",null), local!attach:index(local!docData,"attachmentId",null),a!gridField( labelPosition: "COLLAPSED", emptyGridMessage: "No activity entries available", data: local!data,a!gridColumn( label:"Details", sortField:"details", value:a!richTextDisplayField( value:{ a!richTextItem( text:{ a!richTextItem( text:fv!row.details, showWhen:if( fv!row.action=cons!PM_TASK_NAMES[3], false, true ) ), a!richTextItem(text: "Download Attachement File :" , showWhen: fv!row.action=cons!PM_TASK_NAMES[3]), " ", a!richTextItem( text: a!richTextIcon( icon:"download" ), lin
i want to ask about editable grid that i have some problem with it 1- the first one is when upload the first document when upload another document it will duplicate the document again 2- how can bring the document id for the document that i uploaded , please answer quicly
Hi, I have a case where we have nested cdts, I need to call integration only when nested cdt value changes, Value referring like - ri!products[ri!index].loan.loanType inside this loan we have other fields also like payment source etc. applied refresh variable - refreshvariable(value: rule!callIntegration(), refreshonreferencedVarChange: true), This value will be updated by dropdown selection, what is happening if i change another dropdown paymentSource, It is still calling integration. Kindly guide me why is this happening, how this can be resolved? Thanks in advance.
Hi all,I have the requirement to replicate certain services, with functionality and endpoint already defined. The problem is that when creating a web api it does not allow to use the character "/" to compose the URL, which makes it impossible for me to replicate certain URLs. For example: /add/vehicleI know I could use the "add-vehicle" variant, but it is imperative to keep the same structure for the other systems.Is there any possibility to do this in Appian? Thanks in advanced!
Hello everyone, trying to configure code grant integration. Client did set it up in a way where I need to pass the token not only in header but also in body, AFAIK there is no way to access the the headers of to get the token generated by CS ( very unfortunate ) any advice how to get code grant token into body of request easily ?
I'm facing an issue that the column name is not showing in the placeholders outside the graph. The image is attached. The value of the columns are not showing.
Do we have any process model/plugins to capture basic fields for field level audit - property that changed , old Value, new Value, last updated by, last updated on
I need the document classification service to send the document to a gate and it sends the document through the correct path to extract the document, but I don't know how to configure the outputs of the classification service so that the result is not the threshold if not the document and thus configure the XOR gate
the error appear when insert the data from the interface into the table
Graph API (The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item. Getting this error in ms poller graph. In the mailbox ,getting the below error:The following error(s) was thrown: Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETE Prefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox: can some one please help me
i have a problem when add the new record using the record action , when i want to add the new record the record does not added to data base and the grid please help { a!sectionLayout( label: "", contents: { a!billboardLayout( backgroundMedia: a!webImage( source: "https://static.pointcheckout.com/16cd7c7425e54498/original" ), backgroundColor: "#f0f0f0", height: "MEDIUM_PLUS", marginBelow: "NONE" ), a!gridField( label: "", labelPosition: "ABOVE", data: 'recordType!{df6fbb1a-9532-49a0-a8bd-61c6440eb962}RDA Deposit', columns: { a!gridColumn( label: "Deposit Id", sortField: 'recordType!{df6fbb1a-9532-49a0-a8bd-61c6440eb962}RDA Deposit.fields.{c27cd643-e617-46e3-a4dd-c16df94bbed2}idDeposit', value: fv!row['recordType!{df6fbb1a-9532-49a0-a8bd-61c6440eb962}RDA Deposit.fields.{c27cd643-e617-46e3-a4dd-c16df94bbed2}idDeposit'],
Trying to find new info and gather more information on Tempo, browsing through docs and community posts, I have a feeling that Tempo isn't used anymore. Is Tempo deprecated? What could be the reason for it? From what I've understood is Tempo was used in Tasks, reports, Records & record actions. We now have Summary, News Fields shown from the record actions. I a newbie, correct me if I'm wrong anywhere. Also, is Appian more inclined towards embedded interfaces and sites rather than Tempo? If so, should I be investing more time in learning Tempo. Last question, from exams perspective, ACD100 if Tempo is legacy(or about to be) can the questions be based on older versions of Appian, where Tempo was more extensively used?
Hi! I have created an editable grid with previous data (stored in my local variable) To create an editable grid from scratch, I used to put "fv!item..." in the value and saveInto parameters (so that when the user interacts, the value was saved). But in this case, I just want the grid to show the data of my local variable and save it in another record/ruleInput/localVariable How can I configure my code in order to manage this? Should I use the a!save function? Should I "point" to each field/column of my local variable without using the "fv!item"? How? I leave my code here. I think that I could omit the operations between columns in "Cantidad", "Precio Unitario" and Importe, because I´m querying the values directly with my local variables (my local variable is created by quering a previous editable grid). But for me the most important thing is being able to point to my local variable and save correctly the values wi
1. Interface upload image 2. second interface use document viewer to display image. Pulling image by document ID a!documentViewerField( label: "Laboratory test results image", document: ri!svcRequest.lab_images, altText: "5 Digital Transformation Predictions for 2018 and Beyond", height: "MEDIUM") 3. What I need is to pull the same image and display in an email. How would I go able doing so? What I am seeing is that is may not be possible.
hi can someone provide me with example codes about Editable grid with record types ? all of the examples use dummy data and not record types and i am struggling and don't know how to replace the data with record types without getting errors. for example, here is a code , i need to link it with a record type and then get the appian id doc. and the document name , then save them in their fields. but when replace [Record Field for Document Name], with my actual record type it does not work and keep getting invalid indexing types errors. a!localVariables( local!document: Data of Record Query, { a!gridLayout( totalCount: count(local!document), headerCells: { a!gridLayoutHeaderCell(label: "Document" ), a!gridLayoutHeaderCell(label: "Name" ), a!gridLayoutHeaderCell(label: "Classification" ), a!gridLayoutHeaderCell(label: "Updated By" ), a!gridLayoutHeaderCell(label: "Updated On" ), }, columnC
Hi Everyone, The requirement is - There will be a keyword and we have to search for that predefined keyword within a PDF file uploaded by the end user. If the keyword is not there within the file then prompt the user. Please let me know if it is doable. Do I need any plugin?. Thank you
Hi! I have an editable grid made of existing data (stored in my local variable, in which y query another record), and I don´t want this data to be touched (like read-only). Now, I would like to add to my local variable another extra-column with no value, and make this column able for the user to put values Is this possible? How can I manage to do this? I leave my code here (It is not finished yet, but I would like to know in which part of the code should I act and the considerations) a!localVariables( /*mirar para incluir columna extra en variable local*/ local!DatosLineas: a!queryRecordType( recordType: 'recordType!{495578a9-1b23-4253-8145-6418faabe727}CPF Lineas Pedido', fields: { 'recordType!{495578a9-1b23-4253-8145-6418faabe727}CPF Lineas Pedido.fields.{fcfa4b36-4398-4430-8055-ecfa59daf13a}idLineaPedido', 'recordType!{495578a9-1b23-4253-8145-6418faabe727}CPF Lineas Pedido.fields.{71427dbb-12db-4f83-bd99-f625bf9af271}idPedido', 'recordType!
Hi So basically, i have a record type for " Requests" and i have another record type for "Documents ", In the "Add or Create Request" Interface, which was generated by record action, I should include a section for "Adding Documents", except that adding a document should be done by an editable grid and not record action. I have the following code for the document editable grid, but when i link it to the document error I keep getting the error shown in the image below. what is the right way to link the editable grid to the document record type? , a!gridLayout( totalCount: count(local!document), headerCells: { a!gridLayoutHeaderCell(label: "Document" ), a!gridLayoutHeaderCell(label: "Name" ), a!gridLayoutHeaderCell(label: "Classification" ), a!gridLayoutHeaderCell(label: "Uploaded By" ), a!gridLayoutHeaderCell(label: "Uploaded On" )
Hi, I have a old CDT sno|sname 1|qef 2|abc I should create a grid field showing sno by default and enter sname against sno which needs to input by user. I should provide a validation on sname field if value provided is not matching with old CDT. How can I achieve this..
Graph API (The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item.Getting this error in ms poller graph.In the mailbox ,getting the below error: The following error(s) was thrown: Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETEPrefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox:
Hi Vuram, We are able to successfully install this plugin in one of the on-premise environment however when we try to use analogClockDisplayField() or digitalClockDisplayField function on the interface we are not able to load clock/actual time properly. it shows blank screen on the interface. our on-premise environment setup i) we made multi domain environment ii)We are on Appian version-22.3 Could you please suggest if we are missing any setting to work this plugin on -premise environment?
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.