-
Recently active
A single user is not receiving notification emails for new tasks assigned to them. It is not in their spam. They do receive emails from the Send E-Mail Smart Service though. This has been tested against multiple other users with the same email notification settings group assignments and all of them received the task emails. Outbound emails is also enabled in the Appian console. Is there logs tracking the outbound emails? I couldn't find it in the Appian Docs - System Logs page.
Hi All, I'm trying to call a web service using the 'Call Web Service' smart service. However, when I paste the WSDL URL, I receive the following warning. As a result, I'm unable to select the Service and Endpoint options. Is there a solution to configure the webservice without modifying the WSDL structure? Warning: 'The endpoint BasicHttpBinding_AAA contains a reference to an ExactlyOne policy operator which does not contain a supported policy alternative. That endpoint is not available for selection. The unsupported policies are [[alternative 1 : SignedSupportingTokens, Wss10]]. (APNX-2-4041-007).'
Hi Community, I created a AL model and am using classify documents smart service but I need to show that data in interface. with out classify document smart service do we have any function in the Interface
Hi team, I have a use case where I need to create tasks for users, but there is a parent-child relationship between tasks. In one interface, I will collect the details of the task, and users can add additional tasks to an already existing task. So, a parent task will have N number of child/related tasks, which will be stored in a table called "task details". Daily, once I trigger a process, it will query the task details and create the tasks. The thing I need is for the parent task to be created first, followed by related tasks in the order the user gave them. It would be simple to achieve this using a subprocess and looping the task creation by sorting the data using datetime. However, I wish to use the startprocess MNI, as it won't affect performance and to avoid instances paused by errors (subprocess will stop in this case). I don't know how to order the data or loop the data to achieve this. Any suggestions? Thanks in advance [mention:a11f77a729fb4db2af76
Hey everyone ! can anyone here help me , i have a record named "compte" that contain a field named " solde" and an other record named "transaction" that contian a field named "montant de transaction" i want that the solde field be updated awith the value " solde + transaction" how can i do this please ( i tried this in the create or update transaction page and it gives me error : a!buttonWidget( saveInto: { a!save( target: ri!account['recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}projet account.fields.{4a9de4b2-f127-44f1-86d2-21c2a6b2ee2d}Solde'], value: ( ifnull( if( ri!record['recordType!{ad2b45c4-cbc3-4de4-a189-c5593ad5032b}projet transaction.fields.{e57ce205-d18d-4eb2-83ee-f669e5c56ab1}somme'] >= 0, local!currentBalance + ri!record['recordType!{ad2b45c4-cbc3-4de4-a189-c5593ad5032b}projet transaction.fields.{e57ce205-d18d-4eb2-83ee-f669e5c56ab1}somme'], local!currentBalance + ri!record['recordType!{ad2b45c4
Hi, I'm trying to compare the similarity between two texts(For a dashboard), I found a plugin (similarity) but apparently it has a high cpu usage. Does anyone know if there is any out of the box solution or another plugin for this? Thanks!
Hey developers! Can anyone here help me? I want to change the text displayed here from "search" to "chercher". This button is created automatically when I create a filter."
a!localVariables( local!refreshVar:1, local!loggedInUser: loggedInUser(), local!now: now(), local!isLevelOneApproval: /*if(a!isUserMemberOfGroup( username: local!loggedInUser, groups: cons!AMS_DG_GP_ADMINISTRATORS, ),true(),false()),*/ false(), local!departmentId: if( a!isUserMemberOfGroup( username: local!loggedInUser, groups: { cons!AMS_DG_GP_SURGICAL_DEPARTMENT, cons!AMS_DG_GP_GENERAL_DEPARTMENT }, matchAllGroups: true() ), { cons!AMS_DG_DB_DEPARTMENT_ID[1], cons!AMS_DG_DB_DEPARTMENT_ID[2] }, if( a!isUserMemberOfGroup( username: local!loggedInUser, groups: cons!AMS_DG_GP_SURGICAL_DEPARTMENT, ), cons!AMS_DG_DB_DEPARTMENT_ID[1], cons!AMS_DG_DB_DEPARTMENT_ID[2] ) ), local!appointmentInfo: a!refreshVariable( value: if( or(local!isLevelOneApproval), rule!AMS_DG_GetAppointmentInfo( isDS: false, fields: { {
The requirement is as follows; I need to start a process and it requires two information, a ID and the user data. Now after users scan a QR code it will open a URL in the browser and landed to page then click on a start process button it starts a process. The QR code has the ID and URL that should open APPIAN interface on WEB Browser and on the landing interface I can capture the user data. Now on start process click it will start the process model with necessary data. How can I achieve this?
Is it possible to change the background of the summary view? Not the header color, which I know I can set, but the content background.
Hi, I am new to Appian. I have signed up to My Community Edition Site. It's been two days I have Signed up. It is showing message like " When your environment is available, you will receive an email with your credentials. Return here to check on your request status. ". Anyone knows how many days it will take to create My Community Edition Site? or Do I have contact or send email to anyone for creating? If anyone knows please let me know. Thanks.
import csv to database smart service from Excel tool is creating an issue with connected system data source
Hi, I am trying to understand the non functional requirements for Appian applications. Can some one suggest the ideal time to render the application from your experience. 1. Full screen with buttons and images 2. ideal response time to bring data from Appian db 3. ideal response time to bring data from integrations 4. ideal response time for the button click Thanks
Hi All, I am preparing for the Appian Analyst Certification and I will need to dive into a number of documents in order to understand all topics. Can you recommend the most helpful documents/sources for me to study (I am not a developer) ? Also, are they any previous exams/examples I can refer to in order to practice ? Thank you in advance
Hi everybody.I want to extract information from a ProcessModel, calls from an Interface.But I don't know how. And also, the interface show me the "onSuccess" result immediatly after the process'calling.
Hello, I have a column layout at the bottom of the page. In one column I display folders which I get from an integration of a sharepoint folder. The next column are the files located inside the selected folder. The final column gets the selected document and displays the preview. All good until I added a button which is supposed to hide the first two columns and sets the document preview height to "TALL". The functionality is meant to enlarge the preview and it does, however every time I click on this button the screen jumps to the top of the page. When preview is enlarged I also have the "back" button which reverses this action and again the screen jumps to the top. What is going on here?One more thing: Even if I scroll up after clicking (which is easily done since Appian+Sharepoint is so slow) so none of the columns are on my screen it still jumps to the top.
Hi Team, I have a scenario, where I need to add multiple assignees. To do this, I have created a user picker field and initially saving the inputs to a local variable. I want to save this data to a assignees record. where assignees record is in one to many relationship with meeting data record. This mean, the relationship record is multiple in my case and I was not able to save the list of assignees to the record. Can anyone help me? Attaching the code for reference.
I have a use case that requires keeping the API response in CDT and the API response would have more than 150+ fields. It's only for keeping the values in CDT and we are not storing/retrieving them into the Database.? These changes impact any performance and data break into our system. Also, provide your regards regarding these changes.[mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05] [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] [mention:92ac9d4559ff43edb28eaa01ed77691b:e9ed411860ed4f2ba0265705b8793d05]
Hi Experts, Is there any way to generate and download an Excel file in a single click. Thanks, Gaurav Singh
Hi all,We have a deployment account in QA having system admin access. For some nodes, we are using lane assignment as "Run as whoever designed the process model". In one of the nodes, we are retrieving data from a record but due to some reason, data is not being retrieved(that PV is empty). Same code is working in dev but not in test. The only difference is In dev, it runs with my name and in QA, it runs with the deployment account name. Even though its a system admin account, should it be added to viewers group for retrieving data? Is there any missing piece over here?
hi, I am getting error while trying to connect to API - api.spacexdata.com/v4 in the learning tutorial - Build a Low Code App. Anybody else facing this issue? I have checked the spelling and everything is correct. Response is coming as connection error. Require help as I am unable to proceed further in the tutorial.
how can i generate api key for google maps connected systems?
Hi Everyone, I was trying to trigger a Process model by sending email in ON PREMISE. Could you please help me on what will be the email address to trigger process model. Normally for cloud its pretty easy, the email address will be (processmodeluuid@******.appiancloud.com) Like the same , what will be email address ( domain & subdomain ) for a process model in ON PREMISE to trigger?? My current environment URL for Appian is like this -- https://********.corp.local/suite/ Any help would be appreciated Thanks In Advance
I knew Activity Chaining is configured when same user have to perform multiple user input tasks without navigating to tasks list . Can some one let me know where other places we can use Activity chaining and uses of it .Can we stop using Activity chaining in middle of PM where we have Start Process Smart Service (MNI)( the intention of start process smart service is to just trigger another Pm and no data needed from that PM into parent) and then continue after that node?
Hi i am trying to filter the createdOn filed with both data and time Example : I need to get data from 16-04-2024 1:00AM to 16-04-2024 2;00AM can any one help me how to implement 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.