-
Recently active
I am trying to study for the Analyst qualification. As part of this I am using the Online Course. I need to go through this Online Course a number of times to fully understand the concepts. Unfortunately there are some parts that will no longer load once the course has been completed the first time. Most notable of these is "Create an Application". The page partially loads and then freezes and I must exit to continue. Another, that I have found so far, is Application Architecture, Quiz (the second one, after Personas and Groups). Kind regards, Glyn
Hi all, I have a scenario like user 1 will fill a form along with Product Category and submits , user 2 will receives the form and based on the details he has to fill the another form based on the Product Category ,here i want to design a a!pickerFieldCustom in the form for search and select the products , here i need only products belongs to the product category given by the user 1 , how to achieve this please help me thanks and regards b ramesh babu
In Build an Application Step 5, for the AX Vehicle RecordType, the Make User Filter expression does not result in any options in the Make filter. I reviewed everything and do not see any errors. Any hints?
In send email service , i want to send some message along with deep link . when we get that email and upon clicking on that deep link it should redirect to the summary page for approval.can someone help me how to achieve this
I have created a site with identifier as TestApplication ,again i changed the site identifier to testapplication but it still shows TestApplication on landingpage and if i open it from tempo it shows the new name .can someone advise
Hi, I am stuck in the exercise "Add Dropdown Components" which asks me to select the Data Source for an AA Vehicle Category in the Component Configuration pane. That option is not visible for me in the Exercise App. Could it be that the exercise Community page is of another version? Thanks in advance. Training material: My view:
Hi Everyone, I need to send notification in the system to a particular group when the feed is created in the system. Can anyone please help me how to achieve this?
New to Appian, trying out the Practice projects, and have run into this feature more than a couple of times. Since I don't understand what it is, I'm having trouble translating the exercises into keystrokes. In the latest example of "typing blind:" Where am I? Online Course | Learning at Appian Tutorial: Mobile Pocket Library 4 Interface Design ShowBookDetails Interface ... 8. In the Component Configuration window under your rule inputs drill down into the columns by clicking Section Layout. Next, click the List of Components link under Contents. Click Columns Layout. Find and select the “Show dividers” feature. 9. Our first column will display the book’s cover image if it is available. To do this, drag and drop a WEB CONTENT field from the components tab into the top column. ○ In the Component Configuration window, change the label to Cover. ○ Edit the Source as an expression by clicking the pencil icon that appears on hover. You are goi
Hello guys, i have an issue when saving data into the record type. In my application i have following record types: 1. Record Type "Employees" which contains "employeeID","firstName","lastName","email", ... I have a interface where i can add this data, i created a process model that saves this data and it creates a basic user in appian based on this data 2. Record Type "Vacation Requests" which contains "requestID","employeeID","startDate","endDate","approved" In my process model "Create Vacation Request", i added a script task which should store "employeeID" into "Vacation Requests" record type. I created an expression rule "EAA_GetCurrentUserID" whish contains: I use this query in my script task's Output tab to store logged in user's ID into my process variable and then store it in "employeeID&quo
Hii, I have to involve Business Rules given by admin by controlling the internal team or percentage through Admin page. Details: We have 3 internal teams, who will approve the request sent, now, ADMIN can set the internal teams, it might be 2 or 1 or 3. I am using Internal team Group which Contain 3 subgroups (Eg: PricingTeam, transportTeam,CashTeam) - Depends on Admin selection it should move forward. If Admin gave for x case it should go to only pricing and cash team, next time he change for the x case to only pricing. Thanks,
for this read only grid , if request is denied then for that row i need to show like Request has been denied ("comments for denied") and in brackets rejection comments as shown in pic . Can someone help me with the code
this process model starts at particular date ,so it has 6 requests for today . timer has started and fetched the details and xor condition is true so it should update in db for each request instead it updated all the values of 6 request for the 1st request .can someone help me on this
Hii, I have used interface in Start node (Process Starts From), and using this PM in Related Action. Now i have changed the interface from start node to user Input task in PM. now while using the related action it says Action Completed and task has been Assigned in My Appian Task Queue. My Requirement: Once i clicked on related action button this interface should display for me.
I am completing the exercises in the PDF part 9 of the Acme Auto application, and the relationship between AX Vehicles and AA Vehicle Category is set up correctly. There is relationship set up of many AA Vehicle Category to one AX Vehicles. I am able to write a query expression that fetches the records from AX Vehicles, and when I test it, I correctly get the record referenced from toCategoryRecord. I can see the category name in the results. The AX Vehicles record has a category ID of 5, which exists in the AA Vehicle Category records (Convertible). And exactly as the PDF says, for the "Category" field of the interface, in "Display Value", I am entering exactly what the PDF says to put: a!defaultValue( ri!vehicle[recordType!AX Vehicle.relationships.toCategoryRecord.fields.value], "–") But this relationship from an expression always returns null instead of "Convertible" as doing a query with the relationship does. I am comple
Thanks in advance for any and all help. I'm quite new to Appian. Any apps I develop are likely to involve document generation and interaction with Microsoft Office and Libre Office. I see among other offerings this service: [mention:c79406385aa64cb79e1a2cc0f5ce02c9:f7d226abd59f475c9d224a79e3f0ec07] . However, when I've tried to download it I get this notification: This app is available to download for Appian Customers, Partners, and Employees. Please make sure to self-associate from your profile I am using the Community Edition. I can't tell from this instruction whether I'm eligible to use it, or what on earth "self-associate from your profile" means. Searching for "self-associate" in the documentation yields plenty of results about "self-managed", but nothing about "self-associate." Can someone point me in the right direction? Again, thanks for all help.
Hi How to check my process model "executed on same engine" or "executed on engine balancing". I checked on monitor view of engine column. Is that correct or not?If not correct plz explain me how can i check it. Thanks
Hi,everyone I have a question. I check this reference link: docs.appian.com/.../Sub-Process_Activity.html I cannot understand this point.(plz check my screenshot). Here is my code As my imagine when click submit button the next interface will appear subsequently because i checked Enable activity-chaining into all initial nodes in the subprocess but next interface will not appear subsequently.So my question is the purpose of using Enable activity-chaining into all initial nodes in the subprocess check box and example how to use that option Thanks
Hello everyone,I need to delete some records from an excel in SharePoint and update some fields in others.I have thought about downloading, saving to DB and doing it there and then generating Excel again and uploading it to SharePoint, but do you know of any way to do it directly, without having to save to DB?thanks greetings
In my process model ,I have a timer, when date reached the specified time , request data should get updated for all the requests for that same date
How do I implement address autocomplete or get address suggestion while giving the input in interface? Please help me out.
We what to catch errors in a running process model, save the error in DB. We also want to know when the PM halts, save something to DB, too.
I have a requirement to generate and view PDF on single click , how can i do ? now i am generating then viewing pdf using start process, is there any way to do in one click thanks,
I have got this error when I click on button in interface for starting Process model. How can I resolved this error
Is it possible to add variables (fields) /some matter like "hi ,this request needs supervisors approval" in the task ?
Hai all, I am very new to Appian Development , i have one use case please tell me how to design this in my use case we have the price change request is sent by vendor to Buyer , buyer have 4 options they are 1. reject request 2, Approve 3 Sent back to vendor for review 4 sent to internal teams(when ever the buyer opted for this then only the below mentioned process should happen) , here we have 3 internal teams named as Pricing ,finance and Merchandise , the price change is increased by >10% the request should move to Pricing and Merchandise teams queue if the price change is decreased <10% the request should move to Finance team only , and the Cost price changes percentages and internal teams will change for a request by the buyer admin based on the business rules please help me on this i have got struck from long ago. thanks and regards b ramesh babu
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.