-
Recently active
Hi Team, I have few tasks like "How to send email by user selection on interface approver field. The selected approver should receive an email. can anyone guide me ? Thank You.
Hello, I am getting this error whenever I try to save and publish my process model. It's so weird because I do not have any constant with the name in the screenshot. I've looked all over my interface and it doesn't exist. The only two constants that I have are pointers to a connected system I made. It's worth mentioning that since I'm developing something relevant to another existing interface that did have that constant, I'm assuming the error is persisting because of it? I deleted the original process model and made one from scratch, still didn't work. I also generated a new action from the related record type, replaced the automatically generated interface with my own and the error still persists Any help is appreciated! I've searched everywhere but couldn't find any solution to this.
Hi! I took the senior developer exam yesterday after having studied: Appian Automation (Senior Developers) Appian Portals (Senior Developers) Testing and Quality Assurance (Senior Developers) Advanced Process Modeling (Senior Developers) Integrations (Senior Developers) Advanced Expressions (Senior Developers) Delivery Methodology (Senior Developers) Appian Advanced UX Design (Senior Developers) And having 4 years working experience. I noticed many questions that were not in this material, such as Platform Maintenance and Performance questions. I want to try again but I don't know what to study. I would really appreciate your help!
I need to send my code that is in the test environment to the production environment, however, there are some group identifier errors. I do not make sense. Can someone help? Begin transport. 2024-04-12 14:29:41.99 DEBUG group 61 20a13bee-28e1-4b24-a02e-21ee270d3116 Loop detected: [group:61, group:160] 2024-04-12 14:29:41.99 DEBUG group 61 Breaking loop [group:61, group:160]. group:160 will be transported with its reference to 61 nulled out and will require a second pass.
My interface hides or shows buttons based on the users role, determined by "loggedInUser()". I would like to test the interface mocking different logged in users. Is there a way to achieve that?
Hi All, Is it possible to limit the number of rows displayed by an editable grid? I currently implemented paging but I doesn't do anything to the actual grid it keeps showing all the records. Basically I would like to do like a read only grid - show only 5 records then next page the 5 next following records like that. Is this possible? thanks again
Hi Team, When i select multiple records, it is showing in the grid. If you search with the linkable fields it shows me the summary about that record. But if I hit back on the screen, the records i have selected vanishes. I have to again select and access their details. Is there any way we can configure the interface to get the screen that shows the grid fields.
Hi @all, Can anybody help me in figuring out how we can apply show when condition for particular rows in an Editable Grid. My use case is to show all the rows initially but when we select any row, rest of the rows hide out and only that row remains in the grid. I am attaching an image of the interface of my editable grid: Highly appreciate your efforts.
Hi there, I think our Appian site to set as US central time. as the now() function returns "4/10/2024 12:37 PM CDT", if I want to convert it to China time, could anyone here know how to do it? I tried this, but does not work. local(now(), "Asia/Shanghai"), it returns: 4/10/2024 8:37 PM CDT but it should be "4/11/2024 1:37 AM" anyone can help? Regards, Lin
I am using the Send Meeting Request Smart Service to set up a meeting. It is sending the mail, updating the calendar, but not able to set it up as Teams meeting with a join link. Can anyone please help?
Hi All,Yesterday i went throught the new feature of appian case management studio, that is an great functionality that appian providing right now including a case workspace, case, entity, task records, configurable workflows, conditional tasking, workflow visualization, auditing and reporting, and so much more.But i want to know more regarding this is anyone have any idea about this what is atually the use of this in atual senerios,
Hello, I am trying to view my appian test environment on a tablet like device so I can showcase some of our items but am receiving an error after the log in page that says "Error 401 - Unauthorized. Sorry, your request could not be processed" Logging in on my phone works so im not sure why it wouldn't work on this tablet like device. The device runs an android framework. Any help would be appreciated
Hi Team, I want to export local grid data to excel based on the selected filters. find the Grid Data in local variable.
When selecting one or more groups, I want to display the members of those selected groups in a grid column. Thank you!! .a!localVariables( local!selectedGroup: ri!initialGroup, local!distinctUsers: if( a!isNullOrEmpty(local!selectedGroup), "Please select a group", getdistinctusers({local!selectedGroup}), ), local!groupName:a!forEach( items: local!selectedGroup, expression: getgroupnames(fv!item) ), local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 10 ), { a!sectionLayout( label: "User & Group Management", contents: { a!pickerFieldGroups( label: "Pick Groups", labelPosition: "ABOVE", maxSelections: 5, value: ri!initialGroup, saveInto: ri!initialGroup, ) } ), a!sectionLayout( label: "Group members", contents: { a!gridField( label: "", labelPosition: "ABOVE", columns: {
After upgrading from version 20.2 to 22.4, we have observed an issue related to the task display name in the browser tab. Specifically, when tasks are linked in an activity chaining(sequential manner), the task display name does not update when transitioning from one task to the next upon completion. It is important to note that this functionality was working correctly in version 20.2.
Hi All, Recently, We have one requirment where in Appian, Is there is any plugin to video Communication between the Appian account.
Hello All, My requirement is that in a chat we need to show the conversation. This conversations is shown in a card layout with height as MEDIUM. When there are too many conversations, card layout is showing the scroll. Below conversation card layout, we have a text box and a send button. Once user clicks the send button then the user text is appended in the conversation card layout which makes the layout to re-evaluate itself and the first conversation is shown. To see the latest, we need to scroll below. Is there any way to fixed the position of scroll bar if the text is appended in the card layout? Regards Arka
HI All, We need to read a formatted text file and then convert it to Excel sheet with headers and data. We need to create a single row for each supplier details in excel sheet along with the data per headers. Has anyone got such a requirement? Can you please suggest a way? Sample file is below see attachment/cfs-file/__key/communityserver-discussions-components-files/11/ExpenseReport.txt
Hi Everyone! Recently, we have one requirment, once the claim is submitted by the customer in the Appian portal. we need to generate and send a link to the respective customer via SMS/Whats app. In this, the link is an unauthorized link where customer click the link and acknowledge the form. In the form we need to display all the information in the readonly format and customer will go thorugh the form and acknowledge it. Once customer acknowledge the form, in appian we need to update the status. Is this possible in Appian? Thanks in advane
Hi everyone! I am facing the following issue: I have a toggle button that activates a startProcess!, which is a Process Model designed to update the dates of a list of tasks. This list can contain more than 100 tasks which should be analyzed one by one in an iterative loop in the process model. However, I have noticed that the onSuccess variable, which should be displayed in a grid is not correct . This problem might be due to exceeding the 50-node limit. I have checked the process, and everything appears to be correct including the onSucess variable. Can you advise me on any way to retrieve this variable with the correct values?
Hi I am trying to display file preview for attached documents. We have provided a dynamic link when clicked ,we are calling a PM to fetch the document from Documentum and store it in Appian folder. However the PDF type file does not preview for some users, whereas Dev team with admin access have no issue viewing the preview for the file. FYI it is happening only for PDF type files PNG files seems to be working fine.
hi, I am trying to use upload Files function. this is one of the step in my process. I have a final summary screen, which shows the files uploaded and they should appear as document upload link. I used a!submitUploaded files in the next button, which actually goes to fIle Upload Screen to the summary screen. It works fine , when I tested the interface. But shows an error in site. An error occurred while executing a save: Expression evaluation error: a!submitUploadedFiles() cannot be evaluated in this environment. Target folder is not Document or Folder but marked as Folder. Also, editor access permissions has been given to the Users for this folder.
I am facing a strange issue, I have created a custom record field, which i'm able to fetch the value in the interface, but while checking the Site the value is not getting populated. I am using a one to one relationship to fetch the value from the record. I have tried fetching other fields from the same record, even those are getting populated in the interface but not on the site. Thanks in Advance!
Details: javax.persistence.PersistenceException: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): PFYoutubeDT11569: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save()Why is this error occuring?
this is the UI using this sequence column from record i have to rearrange the UI columns how can i achieve this
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.