-
Recently active
Hi Champs, I have a requirement where I have to show the record related action in a link format along with the helptooltip/description (whichever is fine). I am using a!recordActionField to achive the same as I have to open the interface in a pop-up. but in the same component there is no helptooltip available. What is the alternative approach for the same. I need something like this I can see in Appian related action it shows in this format. Not sure how they have done this.
Hi Team, just got this Requirement So when i click the Collaspe all button The box layout which is below should get Collapsed. Any one can help me with this I made like after clicking this button a local variable is changed to true and after that i wrote that in iscollapsible condition but not working
created web api with below code but getting below error local!entities: a!queryEntity( entity: cons!TI_FINALEXCELTODATABASESTORE, query: a!query( pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 50 ) ), fetchTotalCount: true ).data, An error occurred while retrieving the data. Details: Unexpected error executing query (type: [TIFinalExcelToDatabaseDT7969], query: [queryentity expression], order by: [[Sort[null asc]]], filters:[null])
Hi Team, By mistake few tasks are cancelled and i want to generate a report on tasks cancelled per user. Can you please help me on how to generate this report Thanks in Advance
Hi there, One question here I have a URL need to be insert into email body. This URL will be different between DEV site and PROD site. I am trying to define a constant for this URL. but dont know how to insert it into email body, as "insert web link" does not accept constant. tried use using safelink in "Insert an expression". not good. Could anyone let me know how to do it? regards, Lin
How to Start a process model with out start form or how write expressions for for button to start process model in interface
"java.lang.ArrayIndexOutOfBoundsException" error thrown while running parse Excel to CDT process
Hi Team, Is there anyway I can get rid of the DEBUG statements, it takes lot of digging to find the actual issue. Any help of this will be appreciated. 15:06:22.699 [AsyncHttpClient-1-6] DEBUG org.asynchttpclient.netty.channel.ChannelManager - Closing Channel [id: 0x352261bf, L:/127.0.0.1:65045 - R:localhost/127.0.0.1:55909]15:06:22.699 [AsyncHttpClient-1-6] DEBUG org.asynchttpclient.netty.handler.HttpHandler - Channel Closed: [id: 0x352261bf, L:/127.0.0.1:65045 ! R:localhost/127.0.0.1:55909] with attribute DISCARD15:06:22.704 [AsyncHttpClient-1-7] DEBUG org.asynchttpclient.netty.channel.NettyConnectListener - Using new Channel '[id: 0xb5d60450, L:/127.0.0.1:65046 - R:localhost/127.0.0.1:55909]' for 'POST' to '/session/38b062eefaf139bb0d755dcb873de4f4/element'15:06:23.097 [AsyncHttpClient-1-7] DEBUG org.asynchttpclient.netty.handler.HttpHandler - Thanks, Chandrakant Raju C
My rule input is of type document of CDT to upload excel file into the database.
In a interface I need to generate a certificate by clicking a button and in that same interface I need to show the document download link. can anyone suggest some ideas? Note: Clicking on that button will trigger a process model that will generate the certificate
I want to create an editable grid for each raw of read only grid and save. is there any way we can do that simply?
Hey Guys, I am using the a!recordactionfield in a separate interface to add the data. It contains card layout for each of the data we added. Is there anyway to refresh the page while submitting the data using dialog box option. All process model nodes are chained and when I used the "open in same tab" option it refreshes the data but from the dialog box it does not refresh. I also used the a!refreshvariable in the local variable in interface but it doesnot work.
Hello: I am trying to create an interface - similar to the Maintenance Request example in Appian but I would like to add a "Select" checkbox that is (vertically) aligned in the center with the text (in this case, 2019 Lexus E350). Also, is there a way to include a check box without providing an option name since I would like the "Select Product" to be the column header. I am creating a set of card layouts using a 'forEach() function. Is there a way to implement Flexbox layout - I went through the SAIL document but the search yielded no results. Thank you for your help. Ma
Getting above error how to resolve .. as value is null ..
Is there a way to use search filter in UI, where I'm fetching data from task Report
How can the email/name attached certificate that I earned when I pass the Appian exam?At some point in time I'll be changing my employer and I'll want to take my certificate with me by transferring the certificate/achievement to my personal email address/account. Does it change things if my employer has an Appian partner agreement?
Hi, I am Getting Error on User Creation Node in Process Model - "The user creating this account doesn't have enough privileges to perform this action"
Hi, Could someone please help me understand the reason for the error I am getting in Process Model? JAXB failure trying to convert value ProcessInfo to Appian type ProcessInfo Thanks Faisal
a!localvariables(local!leadData: rule!TRO_qrtLead(leadId: 244).data, local!credentiallingTypes: if( a!isNullOrEmpty( local!leadData['recordType!TRO Lead.fields.credentialingTypeLookupRefId] ), {}, local!leadData['recordType!TRO Lead.fields.credentialingTypeLookupRefId] ), a!dropdownField( label: "Type", choiceLabels: local!TRO Lookup.fields.label, choiceValues: local!TRO Lookup.fields.lookupRefId, placeholder: "---Select Credentialling Types---", value: local!credentiallingTypes, saveInto: local!credentiallingTypes )) how to handle null over here ?
Hi, I have a dropdownfield in the edit screen. Initially when I open existing record, by that time this field will not having any data and based on the user search in another field, this dropdown will load the data. When I try to set ChoiceValue to null it is not accepting. Can some one guide me how to handle this when there is no data in initial load. Thanks ERROR:
local!readData: rule!PRO_qrtdata(lid: 244).data, local!selectedCounty: if( isnull(local!readData), {}, local!leadData['recordType!PRO Read.fields.countyuniqueid ), it is giving the error of "Invalid index type: Record field uuid: 6225c036-92c6-4200-a11f-fb68f362b1a2 Record type uuid: 9c9d5cd6-8a4b-435b-88c3-6aa310c89afc Relationship path: null".
Hello, I'm working on project and using the same form steps as "https://docs.appian.com/suite/help/21.2/form-steps-pattern.html", I'd like to change the color for the stamp field to be red if there's an error in the step. I added "validate: true() " to the next button.Is that possible to moving forward to the next step and just change the color if the step contains an error. Thank you for your help!
the latest version v22.4 seems to have a bug; The object identification fails for drop-down. On New version 22.4 the element definition for dropdown is as below; <span id="9d114c989f45ddbdab069168cd461dae_value_span">Value</span> .Whereas for older version of appian the definition was as below; <span id="4c85c14d61e4e58a2a354fc2a6e88f8d_selectedChoice" class="DropdownWidget---accessibilityhidden">Corporate</span> the newest version (v22.4) of cucumber tries to find the object with the following Xpath; //span[contains(@class, 'DropdownWidget---accessibilityhidden')]" This works on older version on newer version it fails
Hello Guys,I am trying to move the story and its individual components from on phase to another. So in the diagram story is Go to School by tomorrow and its sub task are GTC task2 and GTC task 1. The problem is when I tried to move the story all its subtask are also moving and when I moved the subtask its not moving only the phase change is written in the database. I need to show the sub task below the story.So I used below code to achieve also I think the problem is here. Can you please help me to solve this issue.--rule!APM_bcklogItemCard calls the single story card.--and I am again calling the APM_backlogItemandSubtask interface to get all the items on APM_backlog interface. { rule!APM_backlogItemCard( onlyStory: ri!onlyStory, backlogItem: ri!backlogItem, showEditView: ri!showEditView, document: ri!document, selectedBacklogItem: ri!selectedBacklogItem, refresh: ri!refresh ), if( ri!onlyStory, null, a!localVariables( local!data:a!refre
I want to implement this milestone pattern, but with a slight twist. i.e. I want to add names to those milestones. Such that below each stampfield I display the name (like below airplane icon I display a rich text saying airplane). 1 implementation would be to use a rich text display and display only 1 text at a time. But my use case is different. I need to display text below each stampfield may it be complete / not. I tried using a sideBySideLayout below the sideBySideLayout of stampfield, but then the allignment is getting messed up badly. Can anyone help me with this. How do I achieve this ?
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.