-
Recently active
<html> <head> <title>Appian Embedded Interfaces</title> <script src="">example.appiancloud.com/.../embeddedBootstrap.nocache.js" id="appianEmbedded"></script> </head> <body> <h1>Appian Embedded Interfaces</h1> <appian-action processModelUuid="example uuid" ></appian-action> In the above code I replaced src and Uuid with my cloud server url and uuid of my process model I have followed the embedded interface document provided by appian to configure this. i have also added cors in admin console as chrome.google.com ERRORS : 1."from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource." 2."Failed to query server. Status Code: 0"
Hii, I have a requirement to generate pdf file based on count, For ex- If i have a local that have 2 item (count) then 2 pdf page should be generate if 3 item then 3 pdf page should be generated how can i do that ?
Hi Expert I want to find members from two groups. can anyone help me how to write expression rule for that? Thanks
Hi All, I have a query regarding date field validation. In my case i want to put validation on date field when user have existing date value and if user clear that existing date value at that time i want to show a validation like, date field should not be empty. for this i have applied may conditions but it fails because of the limitation on validation property which says: "Validation errors to display below the field when the value is not null." so i want that validation, only when user clear the existing value from date field. below is my code can any one help on this? i have one variable in which i am getting existing date.
Hi, Sometime the send Email smart service is taking huge time for sending an email. Please provide some suggestions for troubleshooting. Thanks, Preethi
a!forEach( items: pv!id, expression: a!save( rule!Test_getDossierByDossierId( dossierId: fv!item, pagingInfo: a!pagingInfo(1, - 1) ), pv!id ).data)
Hi Team, I would like to understand the refresh rate for a readonly grid. What all options are available to refrehs the data based on action completion or loading data etc
Hi Everyone, is it possible to stop this dialogue box, if yes , How can we stop this dialogue box when we click on save option?
Consider there are three steps in a process which run parallel and each of the task is assigned to three users, now you need to design the process in such way that if any of the user completes a particular task then other two tasks has to be cancelled, what is your design approach in Appian
Hi All, I'm new to appian plugin development. I need some kind of road map where to start and how to develop my knowledge. I have basic understanding in java. What is the basic requirement that is needed for a plugin development. Thanks!
Hi, I have a Web API which has around 5830 characters. Since Web API has restriction to use only 4000 characters. So am planning to write codes in Expression Rule and call in web API. If i call Http!request in Expression Rule its throwing error. Can someone help me with example how to call expression rule in Web API.
Hi, I am getting huge amount of data and needs to write it in database. Its taking so much time Have used a!writeTodataStoreEntity(dataStoreEntity:cons!APM_DSE_VALUES, valueToStore: local!data) In local!data am calling rule Can someone help me how to convert it in forEach loop or in batches. Please help with code
Hi All, I have one query related to time zone conversion. I have start and end date with EDT time zone, and i have to convert this date with given time zone like Mountain, Pacific, Eastern so on. Can any one help me with same. Thank you
Hi All, I ma using the start process smart service in parent process model with activity chaining enabled in both parent and child process. The node start process smart service is taking long to execute. Can anyone please suggest how to reduce the time taken by the start process service. Thank you!
Hi, I am trying build read only selectable grid. a!localVariables( local!businessModuleStatus: rule!CR_QE_getModuleStatusForBusiness( cif_int: ri!cif_int, moduleId_int: ri!moduleId_int ), a!boxLayout( label: index( local!businessModuleStatus, "workflowDesc_txt", "" ), style: "ACCENT", contents: { a!gridLayout( spacing: "DENSE", headerCells: { a!forEach( items: cons!CR_MODULE_STATUS_GRID_FIELDS_FOR_BUSINESS, expression: a!gridLayoutHeaderCell( label: fv!item, align: "LEFT" ) ) }, columnConfigs: { a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 2 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 2 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 2 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 2 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 2 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 2 ) }, rows: { a!forEach( items: l
I want to show record when task status not equal to 1,Completed 2.Rejected 3.Cancelled should I used or () , or not() conditions. I think or() should apply because at a time only on status come in task status not all status come
I am new to Appian. I cannot get the test result: :the cage field in the RPT_CAGE_Info variable contains the CAGE string returned by the robotic task after finished the step "Add the Execute Robotic Task node" in the process model which is the step before "Add an XOR gateway" when following online training docs.appian.com/.../tutorial-retrieval-process.html . I have checked all possible causes, but no idea. Your advices and suggestions how to debugging are very appreciated! This is the result I got in PM history
I am trying to explore the AI Skills option to extract a PDF document , While doing this I am using a!docExtractionStatus(pv!DocExtractionId) to find the status of this extraction , it always comes as Invalid status as i feel the id returns as text 459e03db-62f5-4a7c-bb96-9047e4391783 , Where as method used to find the extraction status looking for number how to change this type and find the extraction status ?
How I get download file name in interface
Hi, I want to fetch email address of the user, based on first name and last name.
When I upload more than one files and then going to download thes files .only first file is downloading not all files are downloading. what sould I do so that all uploading files are able to downloaded................. code:--- a!localVariables( local!docData:rule!PM_getAttachmentDetailsByReqId(ri!requestId), local!docId:index(local!docData,"docId",null), local!attach:index(local!docData,"attachmentId",null),a!gridField( labelPosition: "COLLAPSED", emptyGridMessage: "No activity entries available", data: local!data,a!gridColumn( label:"Details", sortField:"details", value:a!richTextDisplayField( value:{ a!richTextItem( text:{ a!richTextItem( text:fv!row.details, showWhen:if( fv!row.action=cons!PM_TASK_NAMES[3], false, true ) ), a!richTextItem(text: "Download Attachement File :" , showWhen: fv!row.action=cons!PM_TASK_NAMES[3]), " ", a!richTextItem( text: a!richTextIcon( icon:"download" ), lin
Hi, I have a old CDT sno|sname 1|qef 2|abc I should create a grid field showing sno by default and enter sname against sno which needs to input by user. I should provide a validation on sname field if value provided is not matching with old CDT. How can I achieve this..
click on card not working in FitNesse 23.2.1. I would like to know what's changed with it.
hey! i am working with a selectable grid , when i select a row , i want to show one of the fields (currency) in in an intFeild, but the currency value is taken from another table(Currency Table), and then called using the relationship between the (Account) and the (SKJCurrency) tables, how do perform that using the index function, I tried using index twice but that didn't work. If using two index is not possible , how should i do that ? and what's the right synatx , i cant find any exampls and i need to fix this issue asap. /*The Grid field where i called the currency table*/ a!gridColumn( label: "Currency", value: fv!row['recordType!{e54cd4e6-9c62-49a2-82d6-965f3a86b2e7}SKJ Account.relationships.{a0795917-dbcb-4e87-8928-253944204ea6}skjCurrency.fields.{de6af13f-a763-462f-9369-8cd8bbbf1075}descAr'] ), /*The int Fiel
HI, I have struck at a point... I am working grid field, I have provided links for two columns in the grid field, By default column 1 link was enabled when I clicked and submitted data column 1 link had to be disabled. and the column 2 link has to be enabled After submission of column 2 data, the column 2 link also has to be disabled... Help me with a sample code
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.