-
Recently active
I have an interface with some dropdowns The idea is the user selects a drop down which then informs the next drop down list.i.e. drop down one changes the list shown in dropdown two - thats fine and working well,The issue I appear to be having is getting the rule input value to change at the same time for the second drop down (values are expression rule driven) it appears to only update a step late for example if the user selects xyz and this is value of 27 then the ruleInput value will not update until the user changes the selected value to say abc with a value of 88 and then the rule input updates to 27!!! My real annoyance with this is the local variables show the correct values which means that for whatever reason this is not being pulled into the Rule Input at the same time!!!I have taken the time to reconstruct this issue without any specifics below: - Rule inputs: "dropOneRI" as in int"dropTwoRI" as an int"problem" as an int a!localVariab
I know that Appian may not be the best environment for this, but I'm wondering if this is possible. It is possible to create a simple shopping site using Appian? The table design is simple enough: CATEGORY- categoryId- name- description ITEMS- itemId- name- description- price LOOKUP_CATEGORY_ITEM- itemId- categoryId CUSTOMER- customerId- firstName- lastName- street1- street2- city- state- phone- email CART- customerId- itemId I've done this many times before in different languages/environments.This has MANY TO MANY, MANY TO ONE, aggregations and design/ui considerations with this project.I've deliberately ignored the payment portion/part of the project.
Hi sample Input : {a,b,c},{100,200,300} sample output : a-100,a-200,a-300,b-100,b-200,b-300,c-100,c-200,c-300
in an a!imageField() is there a way to remove the white border that is put around the image when it's put in the interface?
Previously we were using a hyperlink as a record link to open up a summary view,as per the customer's requirement the design has been restructured (not using record and record link)and currently we are using dynamic link as a hyperlink to open up a summary interface.The Problem here is that,when we use appian's inbuilt export functionality, as we are not using the record link as a hyperlink,it is just appearing as a text instead of link.Is there is any other suggestion you would give here in order to get back that link in the exported data?
I am using the Write Records smart service in a process model to take the results of a stored procedure (using the Execute Stored Procedure smart service) and update a record and the source table. When I run the process model I get the error "The input "Records" cannot contain multiple records of the same type with the same identifier". In a separate expression rule I have called the same stored procedure, tested the data and verified that there are no duplicate ids created by the expression in the id field. Can anyone tell me why Appian is giving me this error? I have attached the contents of the Records input field in the Write Records smart service. pv!equipDataModified is a list of map with fields "equipNum", "serviceDays", and "serviceDaysPast" Thanks in advance!
HI, I am working on a daily log kind of project. So i need to 1. Take the start time and end time and calculate the number of minutes between them. eg. 6:15 am to 8:15 am -> 120 minutes. I tried using the function minute( todatetime(endTime)-todatetime(startTime) ) but this works only till 60 minutes. i.e. 6:15 am to 7:15 am ->0 min. Should give 60 mins Also 2. is there any way i can only take the time as input? I have to use a!dateTimeField() Where as i dont want to get concerned with date. Once the datetime is entered, i can use totime to get only the time. But i want the input itself to be time and not datetime.
Hello. I currently have a database table with thousands of news from different dates. I would like to create a query that brings me the news by days and by month, but not by year. For example, the news of July 4 from different years. Thank you for your help.
hii all, i have a requirement to store a request in draft , usually if i filled a form and given submit then only one request id will generate , before submit the form i want to save the form in draft mode , how would i achieve this please help me im new to appian. thanks in advance b ramesh
Hi, I have a rule input with multiple rows of data and I also have a local variable with few rows of data. Now I want to find the difference rows of data into a another local variable. Is it possible in appian. Any inputs please.
Hi All, I scheduled my L1 certification on a wrong time zone (Indiana) by mistake where as I live in India which follows IST. I was blocked from taking the exam since the Indian Standard Time(IST) is 10 hours and 30 minutes ahead of Indiana. Is there anything I could do to retake the same exam or Is there any other alternative for the same? Thanks in Advance!
Good morning everyone I am trying to filter the day from a recordtype that has the whole date time in the db. When I put this expression in it shows 3/19/2014 800pm edt. I just need it to show the day. How do I accomplish that? contents: { a!richTextDisplayField( value: a!richTextItem( text: fv!item [rcordtype], color: local!textcolor, size: "MEDIUM_PLUS" ) ) },
Hello All, how to print this pattern * * * * * * * * * * * * * * *
Hello everyone, I am facing this while trying to display group members in an interface within Appian. when we open any group, a specific grid is displayed which shows the members' names, user IDs, and membership types. I am trying to replicate this same grid inside an interface in Appian, but without storing the values. I have a constant that stores all the groups using a multiple dropdowns. When I select any group, I want the members present inside that group to be displayed in a grid along with their details such as membership type and their user ID. However, I am unable to achieve this and would like to request your assistance in resolving this issue. Please let me know if you require any additional information or if any specific configuration needs to be done to display the group members in the desired manner. Thank you for your time and assistance.
Hello everyone, When a process model sends out email notifications to everyone it is configured to send said notifications to, is there a way to configure the address it comes from? It is currently "admin@<ourSiteAddress.com>, but we'd ideally like it to be something like noreply@<ourSiteAddress.com>. Is there an easy way to change this?
Is there any "off the shelf" IDP model available to use for document extraction in any scenario (with either vendor)?
Hi, Is there a way to show validation textbox message even if the attribute type required: false -> set to false? The process should be when button is clicked and textbox has an empty value, will show a message. See sample codes below. Seems that I could not show the message in local!er in textbox validation. Thanks ahead guys!
Hi , I have text as well as integer data in the PDF while retrieving the data from the start Doc smart service, the data is displayed as Square box... its original data is not visible..?
Hi Everyone, I'm using ADT plugin to generate Docx dynamically. I'm using the given adtDocxtemplate (attached) as a sample in my process model. All texts and tables are displaying fine. However, when I use images, it throws following error. "freemarker.core.NonSequenceOrCollectionException: The value you try to list is an extended_hash+string (fr.opensagres.xdocreport.document.images.ByteArrayImageProvider wrapped into f.e.b.StringModel), thus you must specify two loop variables after the "as"; one for the key, and another for the value, like <#... as k, v>).----FTL stack trace ("~" means nesting-related): - Failed at: #list logo as logo [in template "fr.opensagres.xdocreport.document.docx.DocxReport@29b865ac!word/document.xml" at line 4, column 5608]----" I'm passing images={logo:pv!document} in the data input tab, where pv!document is an image. I have also added the bookmark in the hyperlink of the Docx template as suggested in th
Why CDT has no security , why appian not provided security groups for CDT , any one please explain
Dear All, Can anyone please tell me how to compare values retrieved from record type with local value. I am using exact function for similarity but that is not working.
In IDP Concept Can we exclude the reconcile task without using that can we extract the document Automatically
Hello Team, Does Appian have any documentation for creating services in Linux? I have recently setup a distributed installation, and I am looking to create Appian services and have them start automatically on system reboots and also stop gracefully on system shutdown. Any suggestion will be appreciated. Thanks
as per the requirement, I have to convert user texts into DB date format Required format: YYYY/MM/DD expected date inputs: Date with Month Name March 20, 2023 DD/MM/YYYY 02/12/2022 MM/DD/YYYY 12/20/2022 D/M/YYYY 3/9/2022
Hi Everyone, I have a database field whose value needs to be reduced by 1 every day. Can anyone please suggest how to achieve this in Appian? Thank you!
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.