-
Recently active
Can we Trigger a Process Model from a Process Model by running a!startProcess() from script task ?
We have a process model and it contains some scripts and another subprocess between two user tasks all nodes are connected by activity chaining, User sometimes receives "Action is completed" although there is activity chaining and by analysis this happens when the subprocess takes time so by search we found that we have to increase conf.suite.REQUEST_TIMEOUT_IN_SEC in custom.properties so we increased it to 180 but still this behavior happens and the subprocess takes 28 seconds
I exported the whole app package from lower env and deployed it to higher env, but some groups were missing after deployment. I'm sure they were in lower env, and they are no new groups, they were in higher env before deployment. I saw conflict about the missing group, could this be the cause? But if these groups fail to import their old version should be kept right? How come I couldn't even found them in objects.
i have like this data in bd based for one cif we may have multiple child request id i have to show the data in editable grid like below
Hidden process variable is hide from reports other than that is there any other scenarios where we can use those variables?
In 'Complete task' Smart Service, Getting the below error"The process running the task is paused. Task ID: XXXXXXX"In Node Input 'Task Id' the value is pv!taskIdList[tp!instanceindex]'Task Inputs' the value is { autoComplete:"true"}What must be causing the error?
I have a use case where I need to apply visibility rules to requests generated in an application. In other words, if I create a request, only users from my department should be able to see it. In the client’s system, there are many departments, and creating a group for each of them doesn’t seem like the right solution. Additionally, new departments may emerge in the future. As a solution, I’m considering detecting the department code of the user initiating the process (this value is stored in the custom field ‘customfield1’). Then, when applying visibility rules to requests, I would calculate all users who have the same value in ‘customfield1’ as the user who created the request. My question is: Is there any issue in Appian if I assign tasks to an array of users instead of Appian groups?
How to add footer so that it can always appear at the bottom of the site?Client wants footer always appears at the bottom of the screen. While we are trying to use card layout as footer, but It was moving upwards when there was no content in that screen. If any other approach to achieve this. could you please help me?
Hello, I'm trying to reference an interface that exists in another dev environment. We have two dev environments. Dev A and Dev B What I'm trying to do is reference an interface in Dev A in an interface I created in Dev B. I don't have any duplicates of that interface in Dev B and I don't think I can import it to Dev B since it might conflict with policies we have. Is there a way to reference the interface from Dev A in Dev B without having to import the object or duplicate it? Thanks in advance.
Hello I was doing some testes using Case Management Stuvio v1.4 and when I tryed to 'Add data field' I got a werid java error: So from here at 'Add data field': After I filled the data field information, when I press save I get this error: Any idea on what this could be? Can it be from the custom properties file settings that they talk about in the Installing CMS documentation? (I use a cloud environment) -- Expression evaluation error [evaluation ID = ddf7b:7edb3] in rule 'cmgt_cb_sitepage_casetype_data' (called by rule 'cmgt_wfl_sitepage_casetypes') : An error occurred while executing a save: java.lang.NullPointerException: Cannot invoke "com.appiancorp.type.cdt.value.bridge.FieldAddressableValue.get(Object)" because "this.valueJavaBridge" is null -- Thank you for you help!
Hi [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] , Can you pls assist me in executing the multiple links all together without using linkfield?
Anyone face this kind of issueNo Validation GroupSubmit and validate are true.
Hi Team, When I click the chevron up icon in the header, a grid should appear below the icon like a pop-up screen similar to the screen shot attached. 1) I have tried to create similar to the popup by using card layout. In card layout I'm showing the grid, when I click on the icon, the card height increases too much, causing the content move down. 2)I also tried using record action, but the pop-up screen appears in the middle of the screen. Could you please guide me how to achieve this
I have a scenario where I need to make a date field required. I have a sub-interface with a date field, and in the parent interface, there's a submit button where the validation parameter is set to true. I'm using a validationGroup named 'Submit' for the date field, with the required attribute enabled.
Hello Everyone, I need to display a SVG format logo. I am using imagefield component for this purpose but facing one challange. If tumbanil property is not set to true, image is not visible. Drawback of using this tmbnial property is that it covers the image with a border and not accepted by client. Is there any other way to display SVG format logo in Appian without facing above issue? Please find the code below for reference - a!imageField( label: "Image", labelPosition: "ABOVE", images: { a!documentImage( document:cons!SVG_IMAGES ) }, size: "MEDIUM",isThumbnail: true, style: "STANDARD" )
Hello, I'm on the hunt for a pattern for how to best implement a risk assessment framework into Appian. Customer ask is to assign risk level characteristics (H, M, L) to various categories. I've played with a 'Grid', card layouts and not seeing anything I love. Ideally want to give it a more "dashboard" look/feel. Thanks!
Hi Team, Is there a way to hide default navigation and logged in user icon in the application? Client doesn't want the same. Could someone help?
Hello, I am facing a style related issue in newly generated pdf file, i am using a HTML Doc from Template smart service where i am passing a sample html with ### placeholders then passing this new html to PDF from HTML smart service everything working fine except the styles the new pdf didn't carrying the styles so the new pdf looks distorted. please help me to resolve this issue, Thanks in advance. , Shahid
Hi, I have a record action that uses an expression rule for its name, and I would like for it to update after the action has been executed, however it seems the name for a record action gets cached upon its initial creation and doesn't update after that unless the page is refreshed? Activity chaining has been set up for the process appropriately as far as I am able to tell, and any local variables that need to be refreshed are, including in any expression rules, as demonstrated by the button and link shown beneath the record action, which use the same expression rule to define their label. For the sake of convenience I set the expression rule to also return the current time as I could then just open and close the record action for the result to update, and as you see the time refreshes for everything bar the two record actions at the top (the one on the right has a name defined just using the now() function to ensure updates weren't tied to expression rules). a!localVariables(
Hi, As per SAIL documentation (https://docs.appian.com/suite/help/24.2/SAIL_Performance.html) it will go for server for new UI rendering. Is it fetch call for the DB query to populate the local variables? Now, a problem is small colour change on UI, which can be done easily using JS or jQuery, it taking longer than expected as it is doing the server call. How to optimise this? Is there any way out?
I am trying to set an array I have to be null as a variable and not as an array What I want: null What I am getting: {null} I tried indexing but it did not work a!save( index(ri!CommitteeLevels, "[]", null()), null() )
Currently i am undergoing my training in Appian, where i am working on a POC named Upload Document App. I am facing issue in a process modeler where it is showing please select a record with data sync enabled. I have already synced it but it shows the error again can you help me with the problem.What I did in this application so far was uploading documents . Now what I am doing is I created a record type UDA Review so that to review the document. In that I added reviewer for reviewing the document. So I am stuck at place where i want to assign the document to the reviewer so i created process model and i am getting the error. I am providing screen shots. So kindly help me to solve this problem.
Hi All, Can anyone confirm the format when I want to select only a set of months, I used = {1,4,7,10} for January, April, July and October But not sure if this is the correct format for the monthly timer recurrence. Thanks in advance
Hi Team, I have recently deployed a new version of CDTs to my staging environments along with multiple other objects, the newly added Object are referring to latest version of the CDT however there are multiple process which are still pointing to CDT which is 4 version older. What could be the reason behind this issue ? I tried to find if there are objects depending on older version of the CDT but nothing as such in the warning from CDT. We are not supposed to manually map the latest version of CDTs in the staging environments and when we are trying to compare and deploy these objects from Dev they are getting ignored as No change is detected in theses objects. Please Advise. Thanks, Gaurav Singh
I want to validate if current row being entered in editable grid is duplicate or not i.e. does it exists in grid already or not.
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.