-
Recently active
We have a requirement to modify the placeholder of a dateField component. However, we have not been able to modify it as the placeholder parameter of that component is not modifiable.Does anyone know of a way, another component or plugin that does the functionality of the dateField and the placeholder can be modified?This alternative must have the behavior similar to the dateField, that is to say, that when clicking on it opens a calendar where the user can choose the date. Thank you very much.
Hi Community, I am just trying all scenarios related to send email smart servce though my environment. I need to add process report to body of the email. Could you help me
Hello everyone, I have the following request: I would like from the Document and Folder Browser Component to display, from a list of documents and folders present in the same father folder, all the documents inside the father folder and only the last pdf document (i have a list of pdfs but i want to display only that one with the most recent data creation). Is it possible to achieve this? Thanks in advance!
Hi All, Is there a way to subtract the users in list 1 from the users in list 2 and return list 1 after subtraction?
Hi Team, I have a requirement to upgrade the older existing process instances having errors to latest published version after deployment and need to restart the instances to fix the error and run the flow. can someone help me with the process to implement this changes. please let me know if any further information is required. Thanks in Advance
a!gridColumn( label: "Task Name", sortField: "c0", value: a!linkField( links: a!processTaskLink(label: fv!row.c0, task: fv!identifier) ) ) Tasks active only when I am trying open the tasks from the site. I am getting below error. Could anyone give suggestions. Thanks in Advance
Hi All, Can anyone please help me how to get the count of the related record fields from queryRecordType in appian.
Hi there I am doing something which display the table data in email body. but there is an issue: for decimal value, when building the table data. it automatically cut to 7digits, like I have the value it's "2671266.78", it cut it to "2671266", tried function "tostring" and "touniformstring", it does not work. please any one know how can we keep the whole value? Regards, Lin
Hello, I have a parent recordtype Claim which has a relationship with a transaction, a rule can have several transactions, I want to save more than one record within the recordtype but when saving I get the following error: Could not display interface. Please check definition and inputs.Interface Definition: Expression evaluation error [evaluation ID = 6a3c5:31751] : An error occurred while executing a save: Expression evaluation error at function 'append' [line 492]: Insert is not supported for AOC TRANSACTION types Main recordType 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM'( 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{85821409-5bf4-46d5-ae14-0102b7127440}product': "CUENTA DE AHORROS - 04010020101 - activo", 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{9dc19019-1bdf-453f-865f-ebbaecd94957}relatedToVisaCard': true, 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{0bf5aae9-6379-48a0-b28e-e
In order to force sync all record types when importing an application, I have to add the force sync line in the properties file along with the UUID of each record type. Where to get a list of all UUIDs of the record types used in my application?
Hi Everyone, I have field which has values "a", "b", "c" and I need to get the count of these values in record types. Can anyone please help me with this.
Hi All, We have a database backed record type and inside DB there is a column called as Status which can have 3 types of values. i.e New,Accepted,Rejected. Our requirement is to show the record list containing data only for New and Accepted initially and user can select Rejected in the user filter if they want to see those records. Now the problem is that Appian's Default Choice option inside User Filter is only allowing single selection. Due to which its not possible for us to show the record of New and Accepted at the same time. Can someone please suggest what can be done in this case? Any help here is appreciated. Thanks in advance.
what impact does raising and lowering priority created on task in Appian? In what scenarios do we use it ?
Good afternoon. We have a requirement to preview a PDF file. For that, we are using the documentViewerField component (green circle).Both the documentViewerField component and the other components displayed in the image are inside a cardLayout.However, there is a lot of space (blue box) because of the height occupied by the documentViewerField and we want to avoid that space, making the documentViewerField component occupy exactly the same height as the rest of the components, to avoid the large space that is displayed (blue box) and that the resulting space is only the space occupied by the yellow box. We want to display pdf files in thumbnail and at the same time we want the thumbnail to be adjustable to the box we have in yellow, to avoid that space (blue box). On the other hand, is it possible, somehow, to make that with some click we can have a thumbnail in a larger viewer and be able to download the document. Does anyone know any way to do this, or any component or plugin that fi
Hi everyone, I'm having these 2 tables. For each table I created 1 synced record, in synced record for Leave, I set a many to one relationship with Status, and by contrast, I set a one to many relationship for Status to Leave. I ran a SQL script in DB to update statusId values to 3 (UPDATE User SET statusId = 3) and when I check again, SELECT * FROM PPL Leave WHERE statusId <> 3 returns 0 result. After that, I went into PPL Leave synced record and do a fully sync. I'm expect to see the synced record data to be updated to be the same with the table (all statusId = 3), but instead I can see no change in the sync record, and query SELECT * FROM PPL Leave WHERE statusId <> 3 returns 2 results (which I'm assuming after the sync, data in table was updated to be the same as in sync record). Is this a strange behaviour or did I set up something wrong? Also, if possible could you explain for me the
I'm just looking at the new functionality in the release notes for 23.4 and 24.1 and I see Translation Sets that allow you to translate your applications to another language. The walkthrough on the release notes show going in to an interface, clicking a button to generate strings which get put in to the translation object that then you export as excel and send to your translators, to which they fill out, send back, and then you re-upload. But I'm confused about a few things. 1. Our application has over 100s of interfaces, do we need to go through each interface and click this button? 2. If we do that, it's only getting the strings where the text is hardcoded as string values on the interface. We have always put our labels, instructions, etc in constants so that if we ever have to change verbiage we can just change the constant instead. This functionality is not picking up the constants? Is it expected that we remove all constants and go back to literal strings on the interf
Hello Team, Could you please let me know whatt type of questions we can expect in appian developer interview . Any insights would be helpful Thanks
I have a read only grid where I will search records and filter it and from there click on record link and navigate to record summary and from there when I navigate back to same readonly record grid i want search results to be retained with searched text. I tried passing the value as ri. But since Summary interface is already configured with static value in Views its passing as null. Any idea how to get it done?
Is it possible to configure record link on row selection on read only grid. I have tried selection Save Into to set a value with selected record id but not sure how to configure record link here.
Hi Community, There is text field type is integar type. When I entered more than 9 digits it showing infinity Symbol. Could you please help me
Greetings everyone, I've been going over the Applian Academy Step-by-Step #5 pertaining to designing record types. I've created the record type for "AX Vehicles," but when I save there and attempt to configure the database source, the "Choose Database Table" is empty and I'm unable to proceed. Please offer any advice you can. Thanks in advance!!!
We have a requirement to have B2C Authentication to log on to Appian. This initial logon will be without MFA. However depending on the interface they access, we want to enforce MFA for accessing those user interfaces. Is there a way this can be achieved in Appian? Do we have the ability to access the token sent back from Azure B2C to check if MFA was done or not and then redirect them to reauthenticate with MFA?
How can we show a specific message to a specific user in maintenance window in Appian? Explain with the screenshots if possible.
Hi everybody.I have a process model that starts after a trigger from an email received.When i save the subject of the mail, witht the mail's property "Subject", I pass the subject as a rule input for a expression rule.Unfortunally, the rule doesen't work well, but if I pass the subject of the mail as a wired string, the expression rule works correctly.I DON'T KNOW WHY.I suppose it's something about the format of the subject passed from the mail, but I tried with functions like "touniformstring" but nothing.
im working with records and i want to export the data that im showing in the record, to do this i want to use the parameter showExportButton and it says that this parameter only applies when a record type is used as a source in the data parameter. in the data parameter im using the function a!recordData, the button to export is visible but is not working, anyone there to share the solution?
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.