-
Recently active
Hi, I have multiple sites inside Appian and whenever my session is expiring and when I click on "Return to Appian" link, system is always routing to same site. Is there a way I can configure and ensure it will route to the respective site.
I have a requirement to copy data from one user form to another. If a user has made one order, it is saved in the database. I need a functionality where I can use the saved order's data to be copied to another form. Does anyone know how can I achieve this functionality? Example would be very helpful.Thanks
Hello, We are installing a freshly new windows appian installation and when trying to generate the temporary licence to finish the setup we get the below licence error : No k4.lic file exists. Any ideas ? Thank you
Hi, I want to put a condition that text field only accept Hebrew charecter, I tried to find correct regex to validate hebrew text, but did not find. Please suggest where can i find regex for hebrew text or is there any other way to do the same. Thanks & Regards, ShreeKrishna Tiwari
I'm trying to add a section to your interface that will only display when the user selectsa maintenance request, and will display details for the selected request by repurposing anexisting interface object & this is the code. I'm getting syntax error mentioning "Expression evaluation error at function a!localVariables parameter 3 [line 63]: Invalid list operator 'a!sectionlayout' (expecting comma)" but all Parentheses are closed properly & commas were added as per syntax. How can I fix this ?
Hi All, How can we compare two text values for example "batting" is text1 and "bat" is text2 if batting compare with bat then it should write True. because bat word is there in batting word Is there any logic for this ?
Hi Team, What data type should be used if I want to store the data like this id,users 1, user1 2, user1; {user2,user3} 3, user1; {user2,user3}; user4 Operations: We can remove the users from list input: id, username -> 2,user1 output: 2,{user2, user3} input: id, username -> 3,user3 output: 3, user1; {user2}; user4
HII, I am getting an error when executing PM like :The entity name must immediately follow the '&' in the entity reference. i am using docx from dynamic template plugins[View:/cfs-file/__key/communityserver-discussions-components-files/62/DocTemplate.docx:320:240] I have attached my doc template and code if( a!isNullOrEmpty(ri!appId), {}, a!localVariables( local!application: rule!GAI_getApplication(applicationId: ri!appId).data, local!fiscalYear1: local!application['recordType!{5f640b2a-afca-4569-92d3-9e2938c52816}GAI Application.relationships.{abdf1474-5557-4307-87ca-cebf6144aab0}gaiOpportunity.fields.{8140c1d1-fe02-45b1-b6bc-53f76502fad9}fiscalYear'] - 1, local!fiscalYear2: local!application['recordType!{5f640b2a-afca-4569-92d3-9e2938c52816}GAI Application.relationships.{abdf1474-5557-4307-87ca-cebf6144aab0}gaiOpportunity.fields.{8140c1d1-fe02-45b1-b6bc-53f76502fad9}fiscalYear'] - 2, local!fiscalYear3: local!application['recordType!{5f640b2a-af
How to write expression rule and word template if i have a requirement to generate dynamic table in pdf i am using docx from dynamic template and doc to pdf plugins i have to generate two dynamic column 1.Documents 2.Description THANKS
Hi Good AfternoonIs there a way we can use a card as button to navigate to a page like we do on the desktop with a!safeLink().The link it self will probably open a browser in the mobile, but I want to redirect inside the mobile app.
Hi, I have a requirement to create a dynamic table in pdf , now i am using plugins DOCX from Dynamic table for this how to create rule can anyone suggest, thanks
Hi Team, users: "username1; {username1; username2}" =>type text how to get the output as 2 items username1 {username1; username2}
Hi Everyone, Is there any alternative to the executive stored procedure smart service which is depricated?
I am looking to hire an appian developer to build a BPM app on my website, to model, publish, and view simple process maps. if anyone here is interested and can provide sample work please let me know how to contact you. i can discuss it further on a zoom call.
Hi, Can someone help here... We have a database with a user credentials in a table. Will Appian allow us to access the site just by checking whether user credentials is there in the database table or not
Hello everyone. I want to retrieve the key field in the dictionary(queried from cdt) based on the value present. I have the data set in following order. txt1 112 (Number (Decimal)) txt2 113 (Number (Decimal)) txt3 114 (Number (Decimal)) txt4 115 (Number (Decimal)) Input: 115 expected output: txt4 Please help me in getting the answer.
Hi All, I am using the delete document smart service to delete the documents from the folder. We are passing the document id parameter to delete the document. But it is taking much time. How can I reduce the time it takes to delete the document.
Hi Team, Eg: I have a scheduled process model for every 1hr and let's say Happy flow: PM got triggered at 15:00 EST and it took 15mins to complete. And next instance will start at 16:00 EST. Exception flow: PM got triggered at 15:00 EST and it took 1hr 15mins to complete. And next instance will start at 16:00 EST but here the previous is still running. Can we restrict? Can we build a flow where the PM should trigger every one hour and make sure no parallel execution of 2 or more instances at the same time.
To make task status paused after change in time so that paused task not able to do any task.It become inactive How can I make PM like this. I have task status constants values :------ Assigned Accepted Paused
From an existing Appian application, I saw there is a User record type which was created and set a source type "System". but I could not find the "system " source option in my Appian Cloud Community edition? is there anything setting to turn on this source type?
when I click on interface button for starting Process model using a!startProcess interface which is in Process model not displayed me. How can I solved this
Regarding community edition .Iam requesting the community edition access but iam not at all receiving it can u please look into that
a!imageField( label: "", labelPosition: "ABOVE", images: { a!documentImage( document: ri!Vehicle['recordType!{691ee044-4a47-4798-bd87-7f96ca362496}AX Vehicle.fields.{6927f3f6-187b-457b-a2b3-ee2ff6970659}vehicleImage'] ) }, size: "MEDIUM",
a!buttonWidget( label: "Add Vehicle", saveInto: { a!save(ri!vehicle['recordType!{691ee044-4a47-4798-bd87-7f96ca362496}AX Vehicle.fields.{b54f728c-5e71-4d1f-aad7-661d05c22098}vehicleDateAdded'], today() ), a!save(ri!vehicle['recordType!{691ee044-4a47-4798-bd87-7f96ca362496}AX Vehicle.fields.{b54f728c-5e71-4d1f-aad7-661d05c22098}vehicleDateAdded'], loggedInUser() ) }, submit:
Hi all, An error occurred while executing a save: Expression evaluation error: Invalid index: Cannot index property 'medicalScientist' of type String into type List of Variant. I got the above error for this code can any one help me out on this a!localVariables( local!availableCollabsAmdsPagingInfo: a!pagingInfo( startIndex: 1, batchSize: cons!ISR_INT_BATCH_SIZE_EXTRA_LARGE ), local!selectedCollabsAmdsPagingInfo: a!pagingInfo( startIndex: 1, batchSize: cons!ISR_INT_BATCH_SIZE_EXTRA_LARGE ), local!userTimeZOne: rule!CMN_er_populateUserTimeZone(user: loggedInUser()), local!availableCollabsAmdsDataSubset: rule!ISR_er_FetchISRAndCollabsAmendmentsDataForIRCGRCMeeting( therapeuticAreaIds: ri!therapeuticAreaIds, pagingInfo: local!availableCollabsAmdsPagingInfo, researchType: cons!ISR_TXT_GRC_RESEARCH_TYPE_LIST ), local!collabsAmdSelection: ri!selectedCollabsAmds, local!collabsAmdSelectedRows: a!refreshVariable( value: ri!collabsAmdS
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.