-
Recently active
Hi, Can you Give some options on reloading the site or refreshing the pages. I wanted to bring back the customer back to parent screen upon submission and start a new request. there are many local variables to be refreshed hence wanted a know if there is a quick way to reload the site which can set the pages to default values.
I created a grid with recordtype, I have 10 fields in my recordType but on grid am showing only five fields, when i click export to excel button it exports on five fields data, but i want all of the field should be exported.
Hi, As mentioned in the Appian docs (https://docs.appian.com/suite/help/23.4/Customizing_Application_Logging.html ) if we have Appian server installed on premise, we can edit appian_log4j.propertie to customize logging change i.e. changing logging level, appending new logger etc. If we have our Appian cloud instance how we can achieve this ? Does it allow to redirect log messages to separate log files, by defining separate log appender when we have appian cloud instance? For this how can we configure appian_log4j.propertie property files in cloud?
Used a!RecordFilterList in a record type. It is working fine but a default dropdown option "any" is coming, want to remove it is there any way?
Hi EveryOne, when I'm Publish the Data Store Entity I am getting the following error: can you please help with this. Thanks...
Hello everyone, Just want to know if anyone have experience or have successfully Consume message from Kafka, I am trying to use the Plug-in "Consume from Kafka", however, the documentation is not have much information. Especially not sure what should put for "Data Source Name" and "Transaction Table Name". For "Data Source Name": - I have create a dummy table along with data type & data store & Record Type, since the type is text, I have tried put the table name, data store name, even recordtype, non of them working For "Transaction Table Name": - Since it default linked to "tm_job_transaction", I tried leave there also tried use the table I created, nether of them work. When I run the PM, it do give me success, however nothing received, no message, no table got updated. Here are the log which mentioned some error:
Hi Team, Iam getting raw data when i use EXPORT DSE to excel, example in table the priority are stores as 1, 2,3 in numbers. so when i use export DSE to excel, i get the values in Numbers in column of priority, but i need text values instead of numbers such as 1 - normal, 2- escalated etc My another Query is we are using record actions to export Functionality to call a process model and send exported excel to an email. how do i pass ri!timeperiod to record actions from Interface
Hi Team, I am able to create and Send a document to Docusign for signature, but there is a requirement i just need to Resend an Email to Recipient for already created envelope . Due to some reason Recipients have deleted or lost the original notification email and we wanted to remind the outstanding recipients whose turn it is to sign to sign your document. For this requirement i used operation called "Update Envelope Definition" and getting success response but could not got an email . Can anyone suggest me how to achieve Resend the notification . Thanks in advance. Regards, Sinushree
Are these scammers? advertisers? spammers?I just opened the discussions to just check around and found these not the first time also, I once opened and found some Chinese dudes using the discussions as a chat or something.
Hey Techies, I have a Group 'User Group 1' with membership to include all the members of 'Subgroup 1'. For testing purposes, I want to exclude selective members of 'Subgroup 1' from 'User Group 1' while maintaining the subgroup membership rule. Any pointers?
You are creating an interface and pass data out to its parent interface. What type of variable is used to achieve this?
Hi All, I have string containing items, such as ["var1","var2"] and there might be more than two items, I want to extract these values without double quotation marks " and square brackets [ ] , the result should be like var1,var2 are there any functions that could help me achieve this?
What is the actual use or difference between "a!StartProcess and a!StartProcessLink" . What could be a real time Usecase for both .
I created a record type before in my application and right now I don't need anymore. I tried to delete from application but I got it this error. What is the problem?
Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?
Hi, I have a process model , called from the interface using a!startProcess() upon hitting submit button. Each Node has been connected with activity chaining. Nodes - There are two API calls and a user interface ( just a message with OK button -attended node configured for pp!initiator. The process model works fine, but it waits in the User interface node for the initiator to attend it as task. my requirement is : The Interface needs to get displayed in the Site which has to be accepted by the User and not go to the task list and accept. Any advice is appreciated.
Every where we can use the record over the cdt. what is use of cdt over record? where can we use cdt instead of Record?
I came to learn about the Appian playbook from the developer course. Went to look in community>support as instructed in the video but could not find it. Can someone please help where can I find the playbook? p.s: When clicked on the link provided for the playbook in "Popular Resource Link", it ends up to access denied. Is it not meant for learners?
Hello, I am saving the uploaded files to a local variable and wanted to push to a folder. used a!moveDocument service a!moveDocument(document:local!uploadedDocs,destination:(constant pointing to folder), This does not do anything. Can you please help
Interface Definition: Expression evaluation error [evaluation ID = 0K0QK] : An error occurred while executing a save: Expression evaluation error: AA Maintenance must be indexed by its corresponding record type fields or relationships Everything works just fine before I click on the last "Submit" button, where is I got this error message. I am not really able to visualize what is going on. Could anyone show me the issue or the problem? a!localVariables( local!scheduleMaintenanceRequests: rule!I1_getScheduledMaintenance(10), local!selectedPackage, local!selectedMaintenanceRequest: local!selectedPackage, local!parts: {}, { { a!localVariables( /* List of steps in the milestone bar */ local!milestoneBarSteps: {"Select a Package", "Add Items", "Review and Submit"}, local!currentMilestoneBarStep: 1, { a!columnsLayout( columns: { a!forEach( items: local!miles
Appian says I have a List of Text with 2 items, but when I try to get its length it says it has only 1 item. I need to do a flatten here to achieve the right response with 2 items and its type is not even a List of List of Text. Code for reference:a!localVariables( local!test: index({ code: { "A", "B" } }, "code", null), length(local!test) ) Am I doing something wrong here ? I'm really not getting it :/ For me seems Appian is interpreting the type wrong here because of its dynamic typing and even if it says the list has 2 items on the local variables, the interpreter is doing something different. From time to time we are facing little consistence issues like those and defects are being opened by QA and they take a lot of time for us to find out what the problem really is. This is something so core to the platform that we assume that it's working, but here and there this kind of stuff keeps hapening. We are needing to defend ourselfs against the platform because o
When user is taking Yes button action to send mail UI error is popping up saying like below Expression evaluation error [evaluation ID = 633fa:e25d4] in rule 'em_sendemailconfscreen' (called by rules 'em_receiptregisterform' > 'em_receiptcheck') : An error occurred while executing a save: Expression evaluation error in rule 'em_getemaildata' (called by rule 'm_getsystemstatusincorrectemailbody') at function a!forEach [line 78]: Invalid index: Cannot index property 'payment_no' of type Text into null value of type MV_CHECK_EISM_CASHDATA?list The block of code where the error pointing out is below: Could you please suggest on this a!localvariables{ local!isthree:contains( touniformstring(index(ri!eemDetails, "isthree", {})), cons!EM_EVENT_STATUS[1] ), local!prNo: index( index( ri!eemDetails, "pr_no", "" ), 1, "" ), local!untickedIds: if( local!isthree, a!forEach( items: ri!unselectedGridRows.payment_no, expression: if( rule!APN_
I'm working with data via API that uses composite keys and need to store the data in Record type. However, I understand that composite keys are not supported in record types. Could anyone suggest a way to handle this situation or provide any workarounds?
{ a!richTextHeader( text: local!vehicle['recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095}AA Vehicle.fields.{41ba4a5a-f36f-474a-b17d-c12f6869260f}make'], size: "MEDIUM" ), a!richTextItem( text: {local!vehicle['recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095}AA Vehicle.fields.{19858bdc-1ba7-46b0-8f44-c9bdcbd61fca}model']} )} I am just wondering how could I write only once the "recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095" them be able to get the value in a less verbose way I mean I don't think this sintaxe `local!vehicle[recordType!AA Vehicle.fields.year]` is ok for each field I want to add. it should exist something to reduce that syntax and then make it able to just "vehicle.field, vehicle.year, vehicle.color"... Thanks in advance
I wasn't able to delete the last question previously, as it was not required anymore. Then I just turned it into to this new question, and I want to know if is that possible to delete a question in "Discuss" forum, or why it is not. 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.