-
Recently active
Hi Team, Can anyone help me to get the alternate plugins of Web and XML extension functionality. Thanks,
Hi all I am following Appian standard in using a text field on a form with which to populate a decimal field in my rule input. Appian standard behavior for a decimal field is that if a comma symbol is used to indicate a decimal place, the symbol is automatically removed and the value is then displayed with no separation. Example: The user enters 650,52 On refresh, the comma disappears and the value saved in the rule input is now 65052 If one uses the period symbol, the value is displayed correctly, thus 650.52, and the value is saved correctly into the rule input We cannot assume that the target group of users will understand the distinction between the symbols, so we need to put in some sort of validation in order to avoid the issue. I have tried using the cleanwith() function, but am unable to make it work. I would like to be able to do one of the following (in order of preference): have the comma symbol automatically replaced with the period symbol set the field up so tha
Hi when am trying to click on any button it is giving this error even am able to print the data correctly here is the code a!buttonWidget( label: cons!CR_APP_BUTTON_LABELS_FOR_CCC_USER[1], submit: true(), validate: false, value: cons!CR_APP_BUTTON_LABELS_FOR_CCC_USER[1], saveInto: { ri!buttonAction_txt, a!save( ri!nextAssignee_txt, local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt ), a!save( ri!moduleStatus_txt, rule!CR_APP_FN_getNTBModuleStatus( inputUser_txt:local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt ) ), a!save( local!moduleRecommendationStatus_cdt, updatedictionary( local!moduleRecommendationStatus_cdt, { approverRole_txt: rule!CR_APP_FN_getUserRole( inpu
Hi, here will create users account for Dev Env. How and where can we create user account for UAT/STG
hi, am not sure why this error is coming a!buttonWidget( submit: true, showWhen: ri!moduleStatus_txt cons!CR_TXT_INITIATED, validate: false(), confirmMessage: "Do you want to Return the Application?", confirmButtonLabel: cons!APN_TXT_CONFIRM, cancelButtonLabel: cons!APN_TXT_CANCEL, label: cons!APN_TXT_RETURN, value: cons!APN_TXT_RETURN, saveInto: { ri!buttonAction_txt, a!save( ri!nextAssignee_txt, local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt ), a!save( ri!moduleStatus_txt, rule!CR_APP_FN_getNTBModuleStatus( inputUser_txt: local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt, fromDU_boolean: ri!fromDU_boolean ) ), a!save( ri!moduleRecommendationStatus_cdt, updatedictionary(
I have a dateField in my application that does not look or behave like the dateField in the Appian Documentation example. I am on version 21.2In the Appian Docs, the dateField date-picker allows the user to select the month or year in pull-downs as well as tab through the items in the date picker. The user can tab to the "today" and "cancel" items as well. In my application, the dateField date-picker does not allow the user to select the month/year with pulldowns nor can the user tab through the items in the date picker. Is there something I'm missing that would allow me to enable the full functionality of the date picker? I can't seem to find it anywhere. Screenshots from my application and the Appian docs below.
Hi, How can we insert multiple records to the table in database using Web API.
Hi, Will that query entity fetch 10,000 records at a time ? And What is the best approach do you follow to get that large set of data from database ? Regards, Supriya
Hi as I am new to appian I wanted to know how can I use modal pop-up in appian? Is that possible?
Hi, I have added two new columns to the CDT, When I am deploying these changes to production. are these two new fields mapped to the existing instances or not ? Regards, Supriya
Hi, How to do the Appian environment upgrade ? And what are the steps needs to be followed ? Regards, Supriya
Hi all, I have created interface where I am uploading document. After uploading document I wanted to convert it into zip file. The issue I am facing is after uploading file it gets stored into doc folder but not passed to process model. So my question is how I can pass document to process model once user upload file? PFA Below screenshots
Hi, I am new in Appian, I have a list of dictionary and I am trying to get the data from this list, how it's possible? as example the list is as follow: Type : List of Dictionary Dictionary name"AA"(Text) address"BB"(Text) natNum"418660"(Text) idType12(Number (Integer)) nationality548(Number (Integer) I want each one to be displayed in a text component. Thanks,
Hi All, I can't ACME automobile, If I shutdown my Community account and again reactivate, would I lose my previous data or will it be there along with ACME automobile application. Please suggest
I'd like to start by saying that I'm absolutely new to this, I was a Film & Television graduate and I'm looking to retrain and learn to use Appian and open up my options for more career choices (you can only imagine the state of trying to get into a Film & Television career). I was a very hands on and practical person at school and University but when it came to exams I rarely did well to which I've learned later on in life is related to ADHD which I am currently going through a diagnosis for after all these years. all my best work was theory papers and practical work and the exam at the end of the 80 hour course is really very daunting to me, I can read very well but it takes me multiple times to concentrate on sentences and take it all in, I'm worried I'll go through all the training and hard work just to flunk it in the exam due to the anxiety, pressure and necessity to take my time. So my queries were, is there anyone else who is in a similar situati
Hi, am querying data and storing the value in local variable and am using it to save to nexasignee value when i include cast it will give error when i don't include cast here it will give castinvalid error how can i fix it what am doing here is am fetching the data from db so whenever i click on particular button then addedby_txt value need to saved in ri!nextassigne and updating the table values
Can you learn this without any prior knowledge of coding at all? Would you recommend doing course on coding first before learning Appian?
Hi, Can we display a message(banner message) on click on next-page link(pagination). What are the alternative ways to show the message "Proceeding to next page" on click on the link.
Hi All, In the past, if I encountered any error, I used to search for similar issue in community and follow the user solutions provided in the thread. Now I cannot search for issues in the community . Currently, when I search, I find mostly links to appian documentation which are useful but don’t contain what I am looking for. Is there a way I can search for previous issue or threads created/answered by fellow developers.
Hi i need to show set of buttons to a particular users and need to show other sets of buttons for some users how can i achieve this am using formLayout i have written like this but this is giving error, let me know the correct way to write
Hi, I'm in the middle of training exercise 8, and have created this process model on the Community site. However, when I Start the process for debugging, the Start form does not appear, but the process just goes on to write nothing to the database. Any ideas please?
Hello all, I have the rule ,in which once one date valuation enters ,next date value is coming in terms of years with the rule based on some condition from the database. Now I need to get those dates columns in terms of months using stored procedure has created for that. How can I achieve with the sp? ri!date+(ri!numberOfYears * 365)- rule for the no of years
Hello, I am using the Advanced Document Template plugin, to generate a docx but I can not include an image. Any example of how I have to code the docx to show me the image? Thanks a lot
Hola, soy nuevo en appian, estoy intentando realizar un foreach en una regla para que devuelva una lista y la asigne a un DataType y no lo he conseguido
what might be the reason for error?
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.