-
Recently active
Hi, I need to get all the email addresses of the users in the application. I need this list in the dropdown field. Can someone please help here?Thanks in advance!
If enough app users upload excessively large profile pictures—and those profile pictures are then used in grids, for example—their application can bog down or crash. Can you limit users to smaller profile picture uploads, downsize pictures upon upload as needed, or create a thumbnail of the original picture for apps that use them? If there's some other way to address this ourselves, lmk. David Kessler
I am creating an MVP that requires users to add specific records for sites and buildings while using the mobile app (offline and online). My current roadblock is when I'm creating a new building record that needs to be associated with a specific site. In the create new building interface, there is a site drop down list that a user can select before adding a building name/number. For testing I have two ways to initiate the create building record action. The first way is through the building record list site page (using the Record List Action to initiate the process), and the second way is through a site page that initiates the create building action. In the latter setup, when selecting a site I receive an "Invalid Rule UUID field:..." for line 13 in the picture provided. I appreciate any help or insight into this issue. Thanks!
I am trying to do bulk update i.e. update more than one row at a time using editable grid. Please suggest how to do this
Hi All, Is there any way to allow data sync in record type once we already created record type without data sync and related feature? Thanks in advance
Hi All, am facing an issue, where according to the request the results will be coming to the grid. But when i export the results from the grid, it is fetching only first page i.e 10 rows to the excel . What should i modify, so that it will fetch the entire grid results to the excel export. Do i need to change anything in PM? Please find the reference code. a!buttonLayout( secondaryButtons: a!buttonWidget_23r3( label: "Export ", saveInto: { a!startProcess( processModel: cons!SM_EXPORT_BATCHES_ORDERED_PROCESS_MODEL, processParameters: { batchTransDetails: local!batchDs.data, selectedSiteFulfillStatusId:local!selectedSiteFulfillStatusId, selectedSiteSubOrderStatus:local!selectedSiteSubStatus, isPSM: toboolean( local!isSM )/*orderId:rf!orderId,*/ /*project:"POS",*/ /*fulfillSiteId:4,*/ /*selectedRep:1*/ }, onSuccess: { a!save( local!documentId, fv!processInfo.pv.documentId ) } ) }
Good morning, In a KpiField component, when it does a sum with a!measure and does not find data, I get the default value "No data available", is there a way to change this default message Thank you so much
Hello, Can someone please guide me with link where can we view our grant4ed Appian certificates along with their expiry dates. Thanks in Advance
Hello Team, I have build an editable grind and now I want to save the values inside my records. I have record table and rule input in my interface the problem is how I can save this data for each request I have. The data is a sample there are around 15 rows which I want the user to be able to save some of them can be null some of them can be filled out. Basically the property is read only, once user enter value we can use a!save to save the property for the respective row, but I always get cannot index rule input records.. rows: { a!gridRowLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: {"Melting Point"} ) }
Is there any OOTB feature available in appian to programmatically update the pv variables of the inflight instances like any smart service, apart from IFM (In-flight Modification) plugin? please suggest.
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
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.
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, 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(
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() )
for the date field need to show in red colour when then date is less than today else no colour
Hi I want to DISTINCT duplicate data like the attached image.I know that using recordtype of grouping it can be distinct data.As my requirement i want to distinct value columns and other columns. How can I implement it?
I have recently been facing a hiccup in my Appian application upon creating a task report where I can't add process variables in my fields (I want to do that for further clarification of the tasks info for the user and searching for tasks based on data stored in process variables, I found a workaround for this issue but it is impractical and I was wondering if there was a better way of going through the process in general: First, in my process model, after initiation and upon moving to the next node I stored the needed process variables in the process name as follows: First, I created my process report as follows: I then created my process report: Now within my process report, I place any necessary filter, I also add a column that includes the name of my task: I then add another column that basically extracts the added process variable from my task's name to view it separately: while this solution definitely works, it feels very finni
Hi all, browser window object has the ability to listen and post events. Is there a way in Appian to access the window object to listen and post messages? Why? I have a use case where the webcomponent (iframe) and Appian proper can communicate. The page in the webcomponent is a micro frontend. Thank you, Thanou
Some how some Process models are deployed but not published. Now i need to open a ticket but want to give the list of unpublished Process model at once. Can some one please suggest how to get the list without checking one by one as we have 50+ Process models.
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.