-
Recently active
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
Hi everyone, sorry in advance for a confusing question. So I have this expression rule with two rule inputs, ri!innitiator and ri!excelSheetJSON, the code works well but I have to create the test cases for each of the rule inputs and I have no Idea how I'm supposed to structure the excelSheetJSON one. I provided the code used in the expression rule, in the PM node where we included the JSON code and the test case page where you can establish the parameter for the case. My question is what do I write in the red box to give the appropriate output? (In the expression rule) (In the PM) (In the expression rule) Thanks for the help!!
User will enter start date while creating the request and then after approvals .it should start process model on its own upon reaching start date
Hi, We did a below setup to trigger a process model once for every 2 weeks on Tuesdays. Everything was working. One fine day we did some changes to the process model and deployed during weekend we expected the process model will trigger. But, it did not trigger. Question: Process Model will count the weeks starting from the day when we did re-deployment? will it not remember initial processed day/week and trigger accordingly.
Hello Team ! I am new to Appian Community , While requesting access for Community site for practice i am getting below error . Can anyone help me to get access. Thank You!
Hi All, I need to add filters to the columns in record list, just like filters in an excel sheet. Can anyone please suggest me how to achieve this?
Hi Experts, I need your help in resolving my issue. I have one HTML template which is being attached in send email node in a process model. I want to add one image in that template. But up on adding the image via a document constant that we are passing in a template its not showing up like this in the email that we are getting: But when we are using URL for adding an image in the template its working fine. My question is how to add an image in an HTML template that it will display in the email but using Image file document constant in Appian?
I must be missing something simple as I cannot even get the sample to work for my custom picker. I have created this expression rule: And then, this is everything on my interface: a!localVariables( local!pickedState, local!stateLabels: { "Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", &
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.