-
Recently active
When using SAML it appears that sign in links are not displayed. It would be beneficial if these where visible even when SAML is used. https://docs.appian.com/suite/help/18.3/Appian_Administration_Console.html#sign-in-page-links A lot of times customers need a way to notify someone that a user account is locked, or needs to be created. These sign in links are great for this use case. But it seems like they do not display when using SAML.
Hi, I am trying to use a Web API to write to my database table but what I want to do is get the record from a public Web API and use that record in my Web API that writes to my table. If I do it this way it works fine. But if I use an expression rule it throws me a status 500 error. Could you help me to understand please, I appreciate it.
Hi all, I have a question about setting up multiple IDPs in Appian. Specifically, can we use the same entityID, LoginPage for other IDP? We already have used https://<subdomain>.appiancloud.com and /assertionConsumer for login page. Do I have to use it for the second IDP configuration? Or I have to create a separate links for the new IDP configuration?
its posible disable a button when i have a form, with some textfields required? i have a form like this. when I complete the form, the blue button should be enabled, I have local variables where I store my data.another thing we tried to do was to do it with if, but there seems to be a hierarchy.thanks you!
Hi Everyone, I have been stuck in one of my requirement and seeking help. I have a report which gets downloaded in the pdf form. The report should have a page number at the bottom in the form of "1 of 10" like that. Can anyone please guide me how can I achieve this. Please note that pdf is generated from docx template. Many Thanks
Hi team, I am trying to return a hardcoded json value from an expression rule but I am not able to do so. I have tried even with escape sequences i.e, /" but still I am not getting the proper output. Could u pls help ? original JSON: { "uuid" : "6722c859-76b4-4aa8-ac82-3b3f93d903ba", "name" : "ContainerisedApp", "description" : "", "jiraId" : "REP-4783", "mappedCases" : [ { "caseUuid" : "8fcfc7a7-d989-4592-b321-d456460c7f0d", "casePath" : "ContainerisedApp", "runMode" : false, "reportable" : true, "caseExecutionSequence" : 1, "datasheetType" : "Default", "dataStore" : { "type" : "Excel", "path" : "ScriptsContainerisedApp.xlsx", "sheetName" : "ValidateAppRej" } }, { "caseUuid" : "2e010c2e-6b4e-42c5-bea7-5cfe03f242e6", "casePath" : "ContainerisedApp", "runMode" : false, "reportable" : true, "caseExecutionSequence" :
Hi team, I am looking for a way by which I can delete a data from a data store entity having some conditions. For example, I am having a cdt having the following structure and values, ID - Name - email 1 - Jai - jai@vijay.com 2 - vishwaas - vishwaas@nahihai.com 3 - jignesh - jai@vijay.com Now above, id is a primary key but I want to delete the data having email as jai@vijay.com I am not able to achieve the same using a!deleteFromDataStoreEntities smart service. Can you pls help me in writing an expression rule which can delete the two rows (1 and 3 having email as jai@vijay.com)? Consider name of the constant for data store entity as : myDataStoreEntity
I want to add 50+ Appian objects to a package. Actually I need to do this activity on a regular interval to prepare deployment package. so is there a way to do it by writing some script or we will have to add each object to package manually only. I have objects name, type and version with me.
Hello everyone, I have a question, well; I have a rather novice doubt, I have a text, and I want that text to appear in a rich text what I put, but what I am looking for is that as I add data to that text, more rich text will be added, how could I do that? I already added it in local variables, I managed to save it in a rich text, but to not delete this one and make a new one, what could I do? I hope I understand, thank you very much!
I want to get latest version number of 50+ appian objects. Is there a way to write some script to get there version number based on their names. Currently i had to open each objects manually and note its version number.
Does anybody know any issues with the order being accepted by branch chief, but is then rejected
Business users should be able to model and execute workflow processes , Is this possible ?
Hi community, I do not understand the different use cases for adding objects to an specific application or just referencing it (e.g. in an expression). Assume we habe 2 applications: app AAA app BBB Both use onjects from a a "shared" application "ZZZ" providing core functionality (e.g. an interface and other to manage comments) Let's say I want to use some commenting functionality in app AAA. My approach would be to just "use" (reference) the objects from the commenting app, but definitely NOT adding these objects to application AAA. Yet I have seen implementation where (in app AAA) some objects, e.g. ZZZ viewComments are added to the application using the same object in multiple applications. I would assume it would be a good idea to keep each application as isolated as possible. Thank you for some explanation! Dan
I have a requirement where in a text field needs to be formatted in a specified format of "X.1234567", where 'X' and '.' will be a constant followed by 7 digits.If we are typing 123 in the text field, it should be formatted to "X.0000123". Any help would be appreciated. Thanks!
In my interface, I user function document. if( document(tofolder(local!documentId), "size") > 0, true, false )
Hi All I want to comapre the documents which i have uploaded or created. can i get a solution apart from using the microsoft word compare plugin. Hoping a useful answer. Thank you.
Hello guys I want to make a working hours system application which let the users insert their working hours, then the app calculates if they reached to the require hours or not. what I need to know exactly is how can I create a user input to let the users insert their information. Can anyone guide me please?
# Exploring database things Creating roles adding users to the roles Giving privileges Cloud database throwing me an error when the "create user" command is run MySQL said: #1227 - Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation here, iam the system administrator in my appian site. Do I need to configure anything before I go?
In my dev environment i have plugged in "Google Maps " but the maps are not loading for the given code does i have to plug in "Google Maps Connected System" also because in another environment where "Google Maps version-1.0.5" and "Google Maps Connected System version-1.0.6 " are there it is working absolutely fine or i have to use any api key for loading the maps in my environment? { googleMapsDisplayField( label: "Google Map Markers", labelPosition: "ABOVE", validations: {}, height: "AUTO", googleMapsApiKey: null, mapMarkers: { a!map(name: "1", lat: 13.067439, lng: 80.237617), a!map( name: "Kolkata", lat: 22.572645, lng: 88.363892 ), a!map( name: "Delhi", lat: 28.679079, lng: 77.069710 ), a!map( name: "Mumbai", lat: 19.076090, lng: 72.877426 ) }, zoomLevel: 5, mapCenter: { lat: 20, lng: 75 }, fitBounds: false, enableZoom: true, enablePanning: false, enableStreetView: true, on
Hi All, I have a query related to button in interface, I am working on interface which is similar to record view in interface there is a button component i want that button to work as pop up window. When that is pressed it should open a new interface like a record actions.
Hi every one, If file is missed or corrupt, I wanna the text display "No find image" instead of text "Document not avaiable", like image below. Thanks a lots.
What is the APPIAN's equivalent for JS String.replaceAll ?
Hello... I am trying to develop a simple HR application, with few tables like Employee, Department, Compensation etc. I have already created an interface for each table for CRUD actions.Now I want to create an interface for HR admin user, who can navigate to these interfaces to perform CRUD actions on these tables.So, I picked the interface pattern - Navigation. I see the left side links like Workspace, Tasks, Requests etc. I have replaced these items with my Interface names like Employees, Departments etc. Now how do I link the Employee on left tab to load Employee Interface I have developed on the right section. I dont find an option to load an existing Interface under section layout. What are my options/alternatives? ThanksSuneetha
Hi, Have a requirement to see if there is a way to dynamically add a signature field anywhere on an existing PDF form. I ran across this bulleted feature related to sign pdf plugin and was wondering if anyone would chime in on experience using this feature. There doesn't seem to be any documentation for the plug-in so wanted to get input from the community before seeing if it works. Place a new signature field anywhere on the document (https://community.appian.com/b/appmarket/posts/sign-pdf-document) If anyone has any success stories/experiences to share using this plug-ins feature would enjoy hearing about them before investigating deeper (e.g. does the feature work? Any requirements on type of PDF document required, fillable or non-fillable PDF? Thanks, Bob
Hello everyone!! I´m working on the exercise 9 ( learining path) to Add a manintenance request as a related action. I followed the exercise instructions: I made configuration on the expression editor Request Maintenance for the context configuration and also as well as the visibility Once I test I got this error. can you pls guide me on how to fix this error. Thanks a lot for your support
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.