-
Recently active
Hello All, how to print this pattern * * * * * * * * * * * * * * *
I have a data-driven interface... An array of some data is passed to the interface, a foreach loop renders controls on the screen (including a drop-down list) based on the input data. The problem I see is the control focus is lost whenever a value is selected from a drop-down list. There are two "flavors" of this issue. First, if I use the mouse to select a value from the drop-down, the control focus (which should be on the drop-down) seems to revert to the top of the page. Pressing <tab> focuses on controls at the top of the page. Second, if I use the keyboard, arrow down to the choice, then press <tab> to select the value and move to the next control, the control focuses on the next control for an instant then it goes away. Pressing <tab> at this point places the focus on the drop-down control I just used. Third, if I use the keyboard and press enter to select the drop-down item, it behaves as if I were using the mouse..
Hello everyone, I am facing this while trying to display group members in an interface within Appian. when we open any group, a specific grid is displayed which shows the members' names, user IDs, and membership types. I am trying to replicate this same grid inside an interface in Appian, but without storing the values. I have a constant that stores all the groups using a multiple dropdowns. When I select any group, I want the members present inside that group to be displayed in a grid along with their details such as membership type and their user ID. However, I am unable to achieve this and would like to request your assistance in resolving this issue. Please let me know if you require any additional information or if any specific configuration needs to be done to display the group members in the desired manner. Thank you for your time and assistance.
Hi! I'm trying to realize a menu, as in the picture, but using my icons loaded as images and not Appian Icons. what is the best way? Now I'm using A!timeStamp but it can manage only icons and text and not images. Should I create cards ? how can I have rounded cards as stamps? thanks
Hello everyone, When a process model sends out email notifications to everyone it is configured to send said notifications to, is there a way to configure the address it comes from? It is currently "admin@<ourSiteAddress.com>, but we'd ideally like it to be something like noreply@<ourSiteAddress.com>. Is there an easy way to change this?
Is there any "off the shelf" IDP model available to use for document extraction in any scenario (with either vendor)?
Hi, Is there a way to show validation textbox message even if the attribute type required: false -> set to false? The process should be when button is clicked and textbox has an empty value, will show a message. See sample codes below. Seems that I could not show the message in local!er in textbox validation. Thanks ahead guys!
Hi , I have text as well as integer data in the PDF while retrieving the data from the start Doc smart service, the data is displayed as Square box... its original data is not visible..?
Hi all I am able to save a local variable defined in an interface into a ri! in the submit button buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit Request", value: local!hiringmanager, saveinto: { ri!record['recordType!NJW NewJoiner.fields.hiringmanager'] }, submit: true, style: "PRIMARY" ) How is the syntax to do the same for multiple local variables that have to be saved into some ri!record.Recordtype.field any suggestions really appreciated thank you Cate
Hi Everyone, I'm using ADT plugin to generate Docx dynamically. I'm using the given adtDocxtemplate (attached) as a sample in my process model. All texts and tables are displaying fine. However, when I use images, it throws following error. "freemarker.core.NonSequenceOrCollectionException: The value you try to list is an extended_hash+string (fr.opensagres.xdocreport.document.images.ByteArrayImageProvider wrapped into f.e.b.StringModel), thus you must specify two loop variables after the "as"; one for the key, and another for the value, like <#... as k, v>).----FTL stack trace ("~" means nesting-related): - Failed at: #list logo as logo [in template "fr.opensagres.xdocreport.document.docx.DocxReport@29b865ac!word/document.xml" at line 4, column 5608]----" I'm passing images={logo:pv!document} in the data input tab, where pv!document is an image. I have also added the bookmark in the hyperlink of the Docx template as suggested in th
Why CDT has no security , why appian not provided security groups for CDT , any one please explain
Hello, everyone!I'm trying to make an interface where you can select two dropdowns and attach a file, all these components are in another interface and I'm calling it into another interface (Main interface). In the main interface I have three buttons, one in special has to duplicate the child interface that I mentioned before, I achieved to duplicated the child interface, but when I select an option on the different dropdowns, all the interfaces duplicated are deleted. Both interfaces have a rule input, but Interface Designer shows me an error if I select array option on the rule input, this happens in any of the interfaces. a!localVariables( local!prefijo: {'type!{urn:com:appian:types:EMI}EMI_SUBIR_ARCHIVOS_DATA'()}, local!dataLenght: 0, { rule!EMI_banner("Captura y EnvÃ%ADo"), rule!EMI_TituloReutilizable("Analista Independiente"), a!forEach( items: local!prefijo, expression: rule!EMI_BoxReutilizableAnalistaIndependiente(local!prefijo), ),
Dear All, Can anyone please tell me how to compare values retrieved from record type with local value. I am using exact function for similarity but that is not working.
Generate CSV file for selected processes(I have a grid above to this which is selectable, for the user selected rows .., I need to generate & download a CSV file) GENERATE AND DOWNLOAD CSV FILE(I am giving this as A button in Interface) when user clicks this button A csv file(with data selected in the above grid) should get downloaded Help me in achieving the requirement, Thanks in advance:)
Hi Team, I am using rich text to connect image and text in a Card. But every time I use it the image always comes in rectangular shape .Could anyone suggest that how can I change the shape to "Round" Thanks in Advance
How to remove "items" option when I call record to read only grid in Interface. Thanks in Advance
In IDP Concept Can we exclude the reconcile task without using that can we extract the document Automatically
Hello Team, Does Appian have any documentation for creating services in Linux? I have recently setup a distributed installation, and I am looking to create Appian services and have them start automatically on system reboots and also stop gracefully on system shutdown. Any suggestion will be appreciated. Thanks
as per the requirement, I have to convert user texts into DB date format Required format: YYYY/MM/DD expected date inputs: Date with Month Name March 20, 2023 DD/MM/YYYY 02/12/2022 MM/DD/YYYY 12/20/2022 D/M/YYYY 3/9/2022
Hi Everyone, I have a database field whose value needs to be reduced by 1 every day. Can anyone please suggest how to achieve this in Appian? Thank you!
There is a request to have a notification section in Application . This would be things like a document has been shared, an approval for an action, etc. Basically anything we currently send a system notification email, but this would be within Application. A notification count show up on the user profile image at the top right corner, like we would see on a smart phone. If we click on the notification icon, we could then see all new notifications, like viewing the emails on a screen in Application . Is it possible to achieve this functionality.
Hi All, We have built an application wherein user inserts some records in excel and upload it to appian. We then parse those information and display them in appropriate appian controls. One issue that we are facing currently is related to Date or Date&Time entered by the user. As user can enter date and time which may or may not be accurate in terms of how appian wants those data. Hence, It results into an error. Is there any way to figure out whether the date is valid or not as per appian? If its not, We have decided to show them in readonly textfield. Any help here will be appreciated. Thanks in advance
Document Id is generated from the process model, I need to show document in the interface how to link process model to interface.
I'm having issue with my certification as I still have expiry date for certification even though it is showing as Inactive, please see the attached screenshot. I have also completed the Appian Developer Videos again in the community. Do anyone know the reason behind this inactive certification even there is expiry date available? Please suggest if anyone knows anything, that could help me a lot.
Hello Appian People, Is there anyway i can show the error message if textbox is empty when clicking the button, without setting the submit field of the button to true() ? Well, at first its kinda easy to show if the textbox is empty when the submit field = true in button. But I want the process where it will not set to true and still if it was clicked the empty error message will show if textbox is empty. Is it possible? Currently this is my sample process, however seems its not working. UPDATE: Its okey now guys, i figured it out. Thank [emoticon:6d505171faa4497c85c5ca27290c555d]
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.