-
Recently active
Do we have any possibility of writing merge custom cells using write to data store entity, Firstname, lastname, city and state are fields from DB. I want to write Name and address but name column should be a merge cell i.e. A1:B1 , same goes with address column. We have the possibility of doing this with the template i.e. keeping this template. But what if, we dont want to use a template then do we have any option.
Hi All, We are facing issue with Export to excel. while exporting we are not getting data in to the excel sheet we have nearly 350 records only still we are facing this issue.If we give any filters then it is fetching the data otherwise it is exporting with no values in excel.Please find the screen shot How can we resolve this? please provide suggestion
I am currently utilizing pane layout to display data on an interface. Everything in Appian Designer works as expected, I can scroll my data using the pane layout feature. However, when I added this to a site to be displayed on the front end, when I navigate to that site page and try to scroll it does not work. Any ideas on why pane layout is working in designer but not from the front end?
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
I am trying to execute a process model on click of button which one of the component in editable grid. Unfortunately. the PM is not getting initiated. Can anyone help what could be the reason. a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Save", saveInto: a!startProcess( processModel:cons!TRA_WriteRecordsPM, processParameters: {recordTRA:fv!item}, onSuccess: a!save(local!success,fv!processInfo), /*onError: a!save(local!data)*/ ), submit: true() ) } ),
Hello everyone, I have a question for you.I am experiencing an issue where some data is not being displayed on a site that is currently under development, and I would appreciate any hints on how to resolve the issue. I recently added a new field to one of my master DBs.We also re-mapped the record types and performed record sync.We're also adding new fields to CDT and republishing the datastore. Based on the above, I performed the process of passing a CDT to the rule input of a certain interface and displaying it. The relevant description isri!○○CDT[recordType!○○.field.××××] It is displayed normally on the editing screen, but it is not displayed on the site. When transitioning to the relevant screen on the site, a process model is running behind the scenes, and process variables are passed to the form.This process variable's CDT is querying the record type.To check if the query is incorrect, I run the same query on a temporary interface, and all values a
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
Hello Folks, Followed by above screenshots: I have two fields (dropdown and text). Text field comes up when click on plus icon. Scenario: Dropdown field contains company name. There is a possibility to add manual company name. That's why plus icon will be placed and on click of that shows up text field. I have column in a database called companyName that saves value. Issue here is: Both field saves value into same "saveInto" which conflicts. When I fills up text field it shows dropdown error because value saves into same companyName column. Please see below code. a!localVariables( local!company: false(), a!dropdownField( choiceLabels: local!CompanyLabels, choiceValues: local!CompanyLabels, label: "company name:", labelPosition: "ADJACENT", placeholder: "Select Choice", value: tostring(index(ri!company, "companyName", {})), saveInto: ri!company.companyName, disabled: if( toboolean(not(local!company)), fals
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
Hi guys, Is there a new limit to how many rows can be stored in a process variable that is marked as multiple? I made a query that returned 146 elements and the length of the ac!variable is 146 but in the pv!variable there are only 101 elements. Everything after the 101st element seems to have gotten trimmed out.
Hi, I am following https://docs.appian.com/suite/help/24.2/recipe-expand-collapse-rows-in-a-tree-grid.html to create a Proof of concept. I have dropped collapsible functionality as my intent is I should have a header and sub items below it as shown in this recipe. I have done that successfully but when I try to add the selection check box , there is a problem , as this grid is written using loop within loop, when I try to select an item in first section, the item in second section also gets selected. Please let me know if there is an alternate way to resolve this. Any help is appreciated.
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.
Hi team, How can I add Environment name detail in Notification/ error email subject? Thanks, Kiran
Hi All, I have a PM wherein im calling few processes- async and sync. The structure is -> Start node-> script task-> sync subprocess -> gateway-> sync subprocess -> start process-> start process-> scrip task and so on.. Every day few instances get error on the first start process(i made it bold ) with the following error Error when parsing process details or variables Also when we restart the node, the process runs without error. We have trd if the variable that we send is not in proper format . We are passing only one cdt pv to this start process. I am not understanding why the error would come, is it coz of the engines beign busy? but why alwasy on the same node? If anyone could make this all sence or give a solution, it will be time saving for us. Thanks in advance.
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?
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.