-
Recently active
Reading https://www.appian.com/platform/intelligent-document-processing/ I started wondering whether there is a example project which I could use in my Appian environment to quickly build a proof-of-concept?
Hi friends, I am new to Appian and new to BPM too. I just want to know is it possible to develop a full fledged ERP software with Appian? If no then what are the shortcomings?
Hello everyone, Facing issue to display multi dropdown in editable grid. I want to display the interface having editable grid in record. rows: a!forEach( items: ri!purchaseDetails['recordType!{42faad32-9822-4aa3-903a-13045e657d3b}PMT Purchase Details.fields.{items}items'], expression: a!gridRowLayout( id: fv!index, contents: { a!textField( label: "Description " & fv!index, value: ri!purchaseDetails['recordType!{42faad32-9822-4aa3-903a-13045e657d3b}PMT Purchase Details.fields.{items}items'], saveInto: fv!item.description ), a!dropdownField( label: "Category " & fv!index, placeholder: "--- Select ---", choiceLabels: { "Office Supplies", "Personal", "Other" }, choiceValues: { "Office Supplies", "Personal", "Other" }, value: ri!purchaseDetails['recordType!{42faad32-9822-4aa3-903a-13045e657d3b}PMT Purchase Details.fields.{items}items'], saveInto: fv!item.category ), a!integerField( label: "
where i can build appian project as it is not free enviornment.
Hi.I registered on February28th 2021 for the trial version but I had no answer.Any suggestions to get the trial version?Thank you.
Hi, Can anyone explain about this error with an example would be better.
Hi, I an trying to filter records from DB where selected date is between startDate & endDate in the query below but for some reason I am not getting any result, please help me with it. Expression Rule: a!localVariables( local!sampleData: a!queryEntity( entity: cons!DATA, query: a!query( logicalexpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "userid", operator: "=", value: ri!userid ), a!queryFilter( field: "startdatetime", operator: ">=", value: gmt(todate(ri!selectedDate)), applyWhen: not(isnull(ri!selectedDate)) ), a!queryFilter( field: "enddatetime", operator: "
Hi Team, I am trying to register for free trial environment for Appian development practice course , However, the form is not visible on the site and is showing error message (screenshot attached)
https://docs.appian.com/suite/help/20.4/ Hi, Is it possible to make a drop down like the red box in the picture. From Appian documentation (https://docs.appian.com/suite/help/20.4/), drop-down selection comes down when choosing tab from the blue navigation bar. By using Appian, how can we make a drop-down menu like the picture?
Hi, While attempting the Process Model exercise wherein i add the smart service for write to database, its not saving the vehicle id but is executing without error. I have also verified the vehicle CDT wherein id is the primary key with auto generation checkbox on new record checked. How should I resolve this issue?
Hi Guys, I am new to Appian and doing practices but while creating data type, I am getting error "error code 500" and unable to set fields for created data type. I would appreciate any help on this.
The first exercise in the Appian Developer course requires us to create new users. But as Admin Console rights are not available under the trial version how do I go about adding new users?
Hi, I have a RichTextDisplayField within which I have a RichTextIcon which has to be executed in loop and I want the icon should be printed only once on updated with last item in the loop. a!richTextDisplayField( label: "Sample", labelPosition: "COLLAPSED", value: a!localVariables( local!reconds: rule!Record_Rule(), local!time : fv!item.Time, a!forEach( items: local!reconds, expression: a!richTextIcon( icon: "times", caption: fv!item.type & if(not(rule!APN_isEmpty(fv!item.comment)), " : " & fv!item.comment,""), showWhen: and( totime(tostring(text(fv!item.starttime,"hh:mm aa"))) = totime(local!time)
Hi, I am trying to convert GMT time to any specific timezone like PST / EST / MST. I have already tried gmt(now(),"PST") result is not correct.
Hello, is there any character limit for generating the outlook email body structure? I have created a rule to generate the email body content, but it doesn't pop up the outlook email message after a certain limit of characters. If there is a limit, can we increase it or any other workaround? Thank you.
Hi, I have a DateTime picker component in my interface, when I am selecting some DateTime it gets selected in EST timezone. I have a requirement to change the timezone based on selection of a timezone dropdown where timezone values are listed (i.e PST, CST, MST and many more.) Please help me on this.
Hi, I have an editable grid where I have some columns with headers (i.e a!gridLayoutHeaderCell(label: "HEADER",align: "CENTER")). I am trying to mark header label in BOLD (i.e HEADER). I have already tried richtext, no luck. Please help me with it. Thanks Shamim Ahmad
Can anyone Please Share the answer?
Hi, I have a requirement where I have two time values in text format (7:00 AM & 7:00 PM). I want to check if 7:00 PM is greater than 7:00 AM. Please help me achieve it. Thanks,
how to store user or group pickers selected values into a cdt of type group or user
Hello Appian Team, Do you offer group training? Course of interest is to understand BPMN and Appian Components - Basics for Business groups, Analysts, and Product Owners. Appreciate your response.
Hi, I am implementing query database smart service and trying to connect to posgres sql, i am getting following error, for implementing some functionality i am using trial version. can u please tell me what this error for.
I want to update DB using the interface. I have created an interface and expression rule, expression rule is working fine when I pass user id it will show details. When I am using the expression rule in the interface facing the issue, when I give any user-id by default it will take 1 as user id and show the details.
Hi Could you please suggest me the appian performance testing tool other then Jmeter
Guys anyone can throw some light on topics for recent/present L1 Exam structure?
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.