-
Recently active
I have a query regarding editable grid, I have seen your video of editable grid. I want to remove data on single click from the interface. And wouldn't be reflect on the grid after deleting it. But it should be soft delete not hard delete.
Can someone please provide screenshots of how and where I can find this option in my lap environment? In the Build view of your application, click New > Group. 2. In the Create Group dialog, configure the following properties: ● Name: Enter AX Users. ● Description: Enter Parent group for all roles in the AX application. ● Parent Group and Group Members: Leave these fields empty because this group does not have a parent or group member yet. I have been struggling to find the option to create groups in BUILT view. Please let me know if you need any additional information about my instance. Inatace link Applications • Appian Designer Working on Exercise 3: Manage Users and Groups Manage Users In Appian, application security is configured with groups, which contain your application’s users. Do I need to Create users first before the groups? Please help!
I am trying to check the version of the appian community environment. This is to verify if it is a compatible version to do the exercises that i have in the courses.
Hello, I’m new to Appian building and process. I do have extensive knowledge from a business analyst view and have worked within an actual build and gathered criteria. I’m looking over the optional IT project in the learning path and although I’ve gone through the courses, I am completely lost on where to start. They do have the example AIS build but no step by step guides. Any suggestions on how to approach this? I feel like I didn’t learn anything, which I know is untrue, but the level of “lost” is real! I would love to practice with this build but not sure how to go about it. I learn best by seeing and hands on or watch and do as I go. Thank you in advance.
I want to keep documents from each speaker in a separate folder. I create the folder in a separate process and store the name of the folder in a field the Record Type of Speaker. Now when I want to upload documents, I need to set the Folder parameter in the a!fileUploadField(). When I set the target to the field, i get an error that Appian cannot cast the value of Record Field into a type of folder. I guess that I have to use the Cast() function to do that. However, I can not figure out how to format the Cast function to do that. I read the documentation for Cast() and TypeOf(), but I am still lost. target: cast( typeof("folder"),'recordType!PMSO Speaker.fields.folder'), Could someone please let me know how to proceed?
/*fetch the data group by colour and for each colour how many vechicles are there in that record type*/ a!queryRecordType( recordtype:recordType!AA Vehicle, fields:a!aggregationFields( groupings: { a!grouping( field:recordType!AA Vehicle.fields.color, alias:"color" ) }, measures: { a!measure( field:'recordType!AA Vehicle.fields.vehicleId', function:"COUNT", alias:"countofvehicles" ) } ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 100, sort: a!sortInfo( field:"countofvehicles" ) ) )
I am new to Appian and I have recently started the Appian Developer learning path. When I go to request my site, I get an email saying I cannot be provided with an environment at this time. Not sure how I will be able to progress in the course without my environment. I started this learning path yesterday. Any help would be appreciated.
Dear Appian Community, I hope this message finds you well. I am reaching out to request assistance from the Appian community regarding the urgent need for an Appian environment for training purposes. as I am student and I want to learn this technology so I can apply for the appian Developer post but I just received mail from appian community saying :- Dear Raj,The popularity of Appian Community Edition continues to soar. In light of this, we have continued to prioritize access to Appian Community Edition for learners, small teams, and prospective customers of Appian. Unfortunately we are unable to provide you with an environment at this time, but we are developing a new offering to provide Appian Community members on-demand access to the Appian platform. We appreciate your patience, and please stay tuned for updates on the new offering.For any questions, please contact CommunityEdition@appian.com.Best,Appian Community Edition Support
Hi All, I need help in having Appian AWS Infrastructure Documentations and related documents for the architectural diagrams & DB Infra Setups & Dr Documents
Below are the points where I need help: Database Design of AWS In Which regions AWS is available in CANADA AWS Integration Info How Appian can be connected to AWS Steps to fetch the data from AWS in Appian How To extract data from AWS into Appian Documents related to Appian AWS Infrastructure Disaster recovery information
I have set up several drop down selections and know that if you do not set the value and saveInto parameters, the value once selected does not "stick". As soon as you move to another field, the value selected disappears. This is a fairly simple form for uploading a document. The user selects the Document Type and then enters the name of the document. Once those two values are populated, the file upload is shown. The Rule Imputs for this screen are: spkrDocRecord of record type Speaker Document spkrDocIsUpdate of type boolean speakerRecord of record type Speaker a!localVariables( local!spkrDocRecord: ri!spkrDocRecord, local!DocTypes: rule!PMSO_getDocTypeforLU(), local!file, a!formLayout( label: if( ri!SpkrDocIsUpdate, "Update Speaker Document", "Upload Speaker Document" ), contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( /*data: 'record
I am getting below error in the middle of training on appian academy after every 30 min or so. Is this error related to appian site or has something to do with browser settings? Can anyone guide. I have tried with different browsers still getting the same error.
Hi All Please suggest some ideas how can i externally/manuaaly capture the the access token generated from OAuth2.0 in apian. As of now it is managing to pass tokens directly from connected system to integration. One link is already there in apian suggesting capturing the access token code, but don't know where to write this code, link is given below docs.appian.com/.../working-with-oauth-2-0.html
Hi Team,I have requirement where we going to pull email from a common mailbox and write to the database. I found mail server to database smart service from a plugin, but I don't know how to configure parameters, mainly the JNDI name which points to the data source to write emails and how to link mailbox. I don't understand how to connect with a existing table in my mysql DB.Any suggestions or explanation. It can be helpful!!Thanks & regards
a!localVariables( local!date: todatetime(ri!startTime, ri!endTime), local!pId: a!queryEntity( entity:cons!DS_DATA, query: a!query( selection: a!querySelection( columns: { a!queryColumn( field:"pId", alias:"pId" ) } ), logicalExpression: { a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field:"startTime", operator: ">=", value : local!date ), a!queryFilter( field:"endTime", operator: "
Hi Team,I am new to Appian and currently researching how can we store some documents collected from user uploads outside of Appian, say on a shared location on a company server. I tried reading the documentation for Integrations and Connected Systems, and followed related links, however I am still not sure I understand how can this be achieved. Any help and tips will be appreciated.Thanks & regards
Hey, I am working through the Appian Developer Course. I have come across an issue on build an application step 8, I'm hoping to get some help with. The image below shows the step I am currently working on (.8 on page 6) The task is to replace the category, status and condition numeric values with the values from the look up table created in an earlier task. I have not been able to get this to work, only the null value "_" shows on my interface. The relationships have been checked multiple times. Any advice on where I have gone wrong would be much appreciated. Many thanks
Hi , How can I sort appian group members and bind to dropdown.
HelloHow can I request my development environment through My Community Edition Site? The following message is displayed at the top of the screen. How can I meet this condition? 「The popularity of Appian Community Edition has been soaring. To ensure that every user can access the resources and support they need, we have introduced a queuing system that will process requests in a prioritized manner. The Appian Community Edition team prioritizes access for learners working towards an Appian Certification, small teams, and prospective customers of Appian.」
I want to iterate a a!save() expression for 10 (n times) when I press a button
i am trying to use embedded interface to apply custom style to my page. pls see the sample code below. <head><script src="">appian.example.com/.../embeddedBootstrap.nocache.js" id="appianEmbedded"></script></head><body><appian-action processModelUuid=""></appian-action><appian-report reportUrlStub=""</appian-report><h1>Appian component</h1></body> i am getting blank page. Note: I have given process model uuid and reporturl and replaced my appian server domain name in script src. how to resolve this issue? is there any samples available?
Hi, We are using version 22.2.425.0. We had to restart Appian, so stoped it and tried to restart it following the Appian Documentation (https://docs.appian.com/suite/help/22.1/Linux_Installation_Guide.html#part-3-startup-and-setup). The problem occured when trying to start the Search Server START search server BEGIN + [[ '' == \-\f ]] + [[ '' == \-\-\f\o\r\e\g\r\o\u\n\d ]] + SS_TMP=/app/appian/search-server/tmp + mkdir -p /app/appian/search-server/tmp + ES_PATH_CONF=/app/appian/search-server/conf + ES_JAVA_OPTS='-Xloggc:/tmp/gc.log -XX:NumberOfGCLogFiles=1 -XX:GCLogFileSize=1m -Djava.net.preferIPv4Stack=true -Duser.timezone=GMT -Djna.tmpdir=/app/appian/search-server/tmp' + ES_TMPDIR=/app/appian/search-server/tmp + /app/appian/search-server/elasticsearch/bin/elasticsearch -Eaction.auto_create_index=false -Ecluster.initial_master_nodes=localhost -Ecluster.name=appian-search-cluster -Ecluster.routing.allocation.disk.watermark.flood_stage=500mb -Ecluster.routing.allocation.disk
You are creating an interface and pass data out to its parent interface. What type of variable is used to achieve this?
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.