-
Recently active
Hello, is there any way I can remove this window from the SITE and directly start from the Login Page? I also Removed the My Learning Journey Contact Appian (Sign-in Page Links) from the Admin console but it is not reflecting on the SITE.
Hi, I want to get local!notes.createdDateTime value out of local.notes by matching the note Id with local!caseNote.noteId, where local!notes was created by querying from a record type, and local!caseNote is a CDT type. Not sure why I got the error above, as I already use square brackets for local.notes local!result: index( local!notes['recordType!{0b920cc5-462c-4191-981c-afe3a33f9ce4} Reference Data - Notes.fields.{a447478e-53ee-40e5-80dc-6588861432fb}createdDateTime'], wherecontains( local!caseNote.noteId, local!notes.id ), null ), Could anyone help? Thank you!
Hi, I would like to realize a site with this layout where billboard component stay on all page as on the top and on the side and not as my result. thanks
I have few issues associated with validations. I have included the code within asking all my questions in comments and instructions. Please guide. Thanks a!localVariables( local!testValueToo, { a!textField( label: "Test Me too", instructions: "Enter a value less than 12. The validation should pop up without pressing Submit which shouldn't be the case if validation group is given. Please suggest correct validation group configuration.", value: local!testValueToo, saveInto: local!testValueToo, validationGroup: "SUBMIT", validations: if( len(local!testValueToo) < 12, /*When form loads, the value of local!testValueToo is null making its length as zero and 0
I have a requirement where I need to use a Rich Text icon button and perform validation of fields on it without submitting the form (Hence not able to use submit Link). I can do this when using OOTB button with submit as false. But rich text icon buttons is primary requirement as user want UI more richer in terms of input buttons. Is there any way to achieve this. Thanks
Zup, people ? So, I'm trying to tigger a action after some task is reassigned, due my business rules. I have to change a record in database, for example. Is it possible ? thanks for ur attetion in advance!
When I am using a!documentViewerField, I am faced with this error- xxx-static’s server IP address could not be found. Can anyone please help regarding this?
Hi, Im getting this when I tried to run a process model. It opens the form with the below error. Please help.
Hi everyone, I am trying to reassigning task from one group to other group by using Reassign smart service but it is not working. As a Appian designer I have administration permission if I initiate the process model that time reassignment work properly, but the same process model if I use as sub process than its not working.
Is it possible to change the subject line/body of process model alerts mails (error mails and others). Requirement is to identify for which environment (Dev, Test...) the particular process model error/alert has occurred or generated. Or any other suggestions to achieve this.
Hi Guys! I have these Data Store mapped on the appian cloud. And as shown on the picture below it was successfully verified. However when i checked on my appian cloud there are missing database table which are not visible. Only the highlighted items shown on the picture are visible on the appian cloud.(see below) I already save and published it many times, refreshed the browser on the appian cloud but still not working. Is anyone has any idea on how to fix this? Thank You!
Hi All, I have milestone in the left sidebar on an Interface.This is the parent interface and when you click on the milestone step, then the child interface will open on the right hand side.I want the ability to make these milestone steps in a clickable form so that I can go back to the previous step just by clicking on the previous step.
Hi All, we have a workaround for reading the mails from shared mailbox, where the UUID of the process model has to be added in the subject of the mail, which looks something like below, Testing [DestinationPMUUID=0002e5fe-f50a-8000-1ced-014d98014d98] How can we change the color of this UUID in the subject, so that it will not be visible for the users. Thanks in advance. Warm Regards Vineeth
The first save does Ok, and the ID is created. So I dont understand why does it says that the ID is null in the second save. the ID has been created in the first table, as you can see here
expected output : textShouldBeInCamelCase
Hi, I have written down a code to calculate this, please let me know if it can be more refined. a!localVariables( /*rule inputs local!StartDate, local!EndDate*/ local!StartDate:todate(ri!StartDate), local!EndDate:todate(ri!EndDate), local!WorkStartTime:time(2,0,0,0), local!WorkEndTime:time(10,0,0,0), local!StartTime1:totime(ri!StartDate), local!EndTime1:totime(ri!EndDate), local!StartTime2:if(local!StartTime1local!WorkEndTime, local!WorkEndTime, local!EndTime1), local!EndTime: if(local!EndTime2local!WorkEndTime,local!WorkEndTime,local!StartTime2), local!StartDateTime:datetime(year(local!StartDate), month(local!StartDate), day(local!StartDate), hour(local!StartTime), minute(local!StartTime),second(local!StartTime),milli(local!StartTime)), local!EndDateTime:datetime(year(local!EndDate), month(local!EndDate), day(local!EndDate), hour(local!EndTime), minute(local!EndTime),second(local!EndTime),milli(local!EndTime)), local!ElapsedDays:elapseddays( local!
Hi, I have a dictionary and I am passing the same into a sub-process and it is running n-number of times based on the count (n) of items in the dictionary. Now, in the sub-process I need to pass each item to a rule and get the data. How can I get each individual item from the dictionary. Will there be any counter which will get increased whenever sub-process was running. Thanks.
There are two column layout when you zoom out in the browser they move apart one to left another two right I want them to stick together Any solution for this
i am trying to display the text feald side by side but my requirement for one feald i want name another field i don't want name but the morgen is coming upside for the empty name feald... also i want to background color for the box layout is it possible if yes can any one suggest me and i am attaching my requirement and also i am attaching what i got... this is i am getting but i want another formet and also i want to change the font color and style can anyone suggest me for that
I have an application has a lot of objects I don't want to import. Most notably it has a data store which taking it will result in a massive amount of extra data types and baggage. All I care about is a process model I have copied. All of its dependents have been brought in to a new application I am using to package up and import. I am getting some cascading and normal errors that seem to stem from me being unable to import the datastore. What can I do to decouple this datastore from my application for importing? I already created a new datastore in my environment I am trying to move export it to and created any constants there that pointed to the data store entities inside it in the old application. In summary what do you do if you want to bring in portion of an app but don't want to bring in the data store entity it had?
I have a pdf of invoice details. Now I want to fill the user form from the pdf automatically by clicking. How to do it?
If i delete tempo reports in lower environment same change should reflect in higher environment i.e auto deleted while deployment . Is this possible ? If not how to achieve this..Because I don't have production access to delete
Hi Team, how to validate below scenarios a!localVariables( i have A,B,C,D Values and local!name, if local!name = "X" then values should be A>B>C>D and if local!name = "Z" then it should validate A<B<C<D and in any other local!name value it should accept only numeric values
Good Morning Community, I've been experimenting with a simple interface where I need to clear the selected results when going to another page. I suspect it is in the index/batch size area, however I'm not having any luck. a!localVariables( local!selection : null, { a!sectionLayout( label: "Test Details", labelSize: "SMALL", labelColor: "#007958", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!gridField( label: "", labelPosition: "ABOVE", data:{ { ONE: "One", Pho: "Alpha", Is_Primary: "True" }, { ONE: "Two", Pho: "Beta", Is_Primary: "False"}, { ONE: "Three", Pho: "Gamma", Is_Primary: "True" }, { ONE: "One", Pho: "Alpha", Is_Primary: "True" }, { ONE: "Two", Pho: "Beta", Is_Primary: "False" }, { ONE: "Three", Pho: "Gamma", Is_Primary: "True"}
I want to show a record action (edit record) within a read only grid - this works as in its shows the auto generated button in each cell (I've orientated myself here: https://community.appian.com/discussions/f/user-interface/18614/recordaction-in-an-read-only-grid). I wonder, if it is possible, to replace that button - e.g. with a text(/link) or an icon?
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.