Q&A Forum for IFS assyst Customers, Partners, and Employees
Recently active
I would like to initiate a process based on changes to data in a custom field. Is this possible within IFS Assyst? Specifically, I need to automate the creation of an authorization task when a project's budget is exceeded. Any insights or guidance on how to achieve this would be greatly appreciated!
A couple of things.(1). is there an OpenAPI file or URL for assystREST that can be used to create a Power Automate Custom Connector?(2) currently using Power Automate HTTP action and receiving “410” error code. Looking for any legit authentication example(s) with such a scenario.
Hi IFS Community,I’m exploring iPaaS (Integration Platform as a Service) to integrate IFS Cloud/Applications with other systems (e.g., ERP, CRM).Could you share: 1. **Official IFS documentation** on iPaaS best practices? 2. **Tutorials/case studies** of IFS+iPaaS implementations. 4. **Training courses** (free/paid) to master IFS integrations. Thanks in advance!Abed Al-Rahman yawansih.
Is anyone allowing for Approvals/Rejections via email, and if so, can you provide a little info on how you are doing that. I’m able to allow my users to take actions via email to take the Additional Info and Chase Up actions, but the decision “actions” aren’t a clear cut and I’m having difficulty figuring that out. Thanks in advance.
I have a requirement to link a newly created Service Request to existing Service Request using ETM. Complete process:I am triggering an ETM Channel on a task of Service Request. From this ETM Channel I am creating a new Service Request. Everything is working fine.The only issue is that I am not able to link this new Service Request with existing Service Request.Please help.
What is the draw to implement notifier rules via assyst inerface for managing email templates and rules vs the existing smartmail configuration a user might have in tandem with AP rules, etc?Is this considered Smartmail 2.0 in a more formal sense with the update?Trying to come up with some pros/cons to moving to this method if it reduces needs for managing in multiple places on integration server vs in UI, etc.Thanks,Mitch
Does anyone know the correct date format to use to update a custom date field via SmartMail/update_event_ejb activity?Per the wiki, it says it needs to be in the ‘YYYY-MM-DDTHH:mm:ss-OOOO ‘ format, which the value I’m passing is, but I can’t seem to get it to accept that date value no matter what I pass. I’ve tried the following:2025-04-08T12:00:00.00002025-04-08T12:00:00-0000date[2025-04-08 12:00:00.0000]date%222025-04-08T12:00:00-0000%22but none of these formats work.
Hi everyone,I'm working on automating a Decision within a process in IFS Assyst. I've added a custom field called "Project Hours", and I want the process to automatically take a certain path if the value entered in this field exceeds a specified threshold.To achieve this, I tried using the following condition in the Decision:$new.W("PROJECT HOURS").shortcode > 150 Unfortunately, this condition doesn't seem to work as expected. Has anyone implemented something similar or could point out if there's something wrong with my expression? Appreciate any help or suggestions!Thanks in advance.
HiIs it currently possible to specify a list of users a user has the ability to execute REST requests on behalf of? As I currently understand it it's only possible to select a list of users who can execute request on behalf of other users, but not specify what users they are allowed to execute on behalf of. While the use of such privileges could potentially be monitored, and thus detect such usage this is reactive, and would not undo any damage performed by a bad actor. The scenario I'm researching is the misuse of a etm assyst user (who would naturally have broader access such as delete of assyst users (possibly deleting the admin team's accounts) or editing of privilege groups) to allow for a broad range of etm integrations. Is this a correct understanding, or is there a method to limit a user to a select list of users they can act on behalf of of?
Anyone else unable to access IFS software downloads page? https://downloads.axiossystems.com/
Good morning Community. Some BackgroundWe are currently using an external SMS service to communicate with our users (most notably within our Major Incident process) and looking to expand it into other processes. The solution that we use has an API interface and requires an encoded Jwt bearer token. This token must contain the iat (issued at time) claim and a secret to successfully authenticate (figure 1. with dummy data included below from jwt.io).figure 1.This is handled by a script on the integration server (Microsoft PowerShell using the JWT Module).$iis = "#######"$secret = "######"[int]$iat = (Get-Date -Date ((Get-Date).DateTime) -UFormat %s)$tokenBody = @{ "iss" = "$iis" "iat" = $iat}$myApiToken = ConvertTo-Json -InputObject $tokenBody $authToken = New-Jwt -Header '{"typ":"JWT", "alg":"HS256"}' -PayloadJson $myApiToken -Secret $secret$myApiHeader = @{ "Authorization" = "Bearer $authToken"}However, we have an interest in moving this to the assystETM platform now that we are on v
Hello, We are beginning the process of looking at upgrading our assyst version to 24R2SU2, and are investigating these three new programs: Notifier, Escalation Scheduler and Auto Close Scheduler. We have not been able to find much in the way of suggested configuration information on the wiki. The main question we have is when these programs are installed using the assyst installer, do they each need to be installed on all servers? “Notifier” if the only one of these that is checked off to be installed by default in the installer, so we must assume that for rule based notifications to work, it must be installed on all servers running the application? For Escalation Scheduler and Auto Close Scheduler to work, do they need to be installed on all servers or can they be installed only on our integration server(s) or on one server. Our setup is such that we have a number of web servers which are load balanced behind our URL, then a couple of servers which are primarily only used for back-end
We are working on a project and there is a requirement to create / inject a decision task into an already started process.For example, we have an action called ‘Cancel Request’ that is taken on the Service Request and it can be taken at any point throughout the process. When that action is taken, it currently closes the open task and the aim is to create a decision task with an attached process so that we can change it’s process path.Is anybody doing something like this already? We would be happy to use any method including API / ETM.
Greetings, Avera Health has recently made the decision to switch to EPIC for its Electronic Health Record (EHR). We are interested in knowing if any other IFS assyst customers have any integrations with EPIC.Thank you,Jason
Is it possible that certain fields in the request-form appear as mandatory fields that must also be completed before the decision ticket to the request can be closed? Working with locked/unlocked fields does not help, because the decision ticket can also be closed without filling in the field in the request. Thank you for your help!
We are pleased to announce that assyst Web 24R2 Su2 has now been released and is available to download from our CDN.Within this release we have addressed the following issue:P16698 - When the legacy SMTP Mail Processor is used, for example in Email Actions, the processor loads SMTP details in a way that causes them to always be considered disabled, preventing emails from being sentRelease notes can be viewed via the following link.
We are pleased to announce that, following a successful review period, we are now able to offer support for the use of MySQL 8.0.41 with assyst ITOM 5.8.4.1.Please note that no new software is being released for this feature. A comprehensive Wiki document, available here outlines the necessary steps to upgrade the default MySQL installation, v8.0.33, provisioned with assyst ITOM 5.8.4.1, to MySQL v8.0.41. However, please be aware of the following considerations:Support for MySQL 8.0.41 is limited to the latest release of assyst ITOM, v5.8.4.1. Customers wishing to upgrade to MySQL 8.0.41 and currently using an earlier version of assyst ITOM (prior to v5.8.4.1) must first upgrade to assyst ITOM v5.8.4.1. Detailed instructions for this process are available here , and the necessary software can be obtained from the CDN. At this time, we only support the use of MySQL 8.0.41 on Windows Servers.Additionally, it is important to note that upgrading to MySQL 8.0.41 requires updating both the O
Hi, I would like to know if IFS already have some dark mode css to use on assystnet and/or assystweb as a new theme. https://wiki.axiossystems.com/assyst11-7Wiki/index.php/Themes_Form
To help with accessibility for a few users, we would like to be able to configure assyst so that it can be used in Dark Mode.I have been advised by IFS via Call Ref: 386357 that this is not possible and to submit a new Idea.
Has anyone created a PowerBI report to show incidents that have breeched their Resolution SLA?I can create it easily as a monitor by using the SVD Resolution Breach flag but we only get Resolution Due and Actual Resolution date/times is the Incident Table.Was hoping I could somehow create a filter that would only show me incidents where the Resolution Due date/time was before the Actual Resolution date/time but after trawling the internet I can’t see a way to do this in PowerBI.I could do this really easily with a bit of SQL but PowerBI doesn’t let me define filters as SQL I don’t think.
Is there a way to increase the height of a custom multi-line string field so that it acts similar to the default Description field? The Description field expands to a larger size and then at some point adds a scroll bar. Currently the custom multi-line field only shows 4 lines of text and then adds the scroll bar. It would be great to have the multi-line string field expand vertically to show more than 4 lines of text before adding the scroll bar. We are running assyst 11.6.3. Thanks!
Hi,We’ve installed assyst 24R2 in our Dev environment to do some testing prior to upgrading our Production instance. Our Dev environment uses database authentication with a SQL Server database.The majority of our users have an email address (e.g. john.smith@ourcompany.com) as their short code.Since the upgrade whenever a user with an email address as a short code attempts to log into assyst they are getting the following error message. “The username or password are incorrect.” The server.log file shows the following.2025-02-13 07:50:55,468 WARN [com.axiossystems.assyst.domain.security.authentication.AssystAuthenticator] (default task-29) getAccountUser 'JOHN.SMITH' does not have an account.2025-02-13 07:50:55,468 ERROR [com.axiossystems.assyst.domain.security.authentication.AssystAuthenticator] (default task-29) authenticateUser 'Exception' thrown: getAccountUser 'JOHN.SMITH' does not have an account.: com.axiossystems.assyst.security.exceptions.InvalidUsernamePasswordException: getA
We’ve had an issue highlighted to us by one of our support teams that a user has assigned a change approval decision task to themselves and approved it.The particular process assigns an approval decision task to an Approval SVD containing only those users that are authorised to approve a change. We can see in the action history that a user outside this group has assigned the decision task to their own SVD and then approved it.Does anyone have know how we might stop this just for certain decision tasks? I don’t really want to restrict the “assign internal” action as this would affect a much bigger group of users and processes.Needless to say we’ve told the user not to do this and we can keep an eye on this but was hoping there is a way to plug this hole. Thanks
Hello Community,We are currently in the process of replacing our old, self-developed IT service portal with AssystNet. During this transition, we have encountered several questions, particularly regarding the custom forms created with the AssystNet customizer.Is it possible to trigger different processes based on user selections through dropdown or checkbox fields?For example, in a notebook order form, the user can choose whether they need a new notebook, want a replacement, or wish to return their notebook. Depending on the user's selection, a different process should be initiated in Assyst.The idea behind this is to keep the service catalog compact and simplify navigation for users. In our old portal, we had at least three separate offerings for new orders, replacements, and returns. I would like to optimize this if possible in the future.
Is there a list of known problems that we could look at before submitting a ticket to IFS support? It would be great to evaluate whether it’s a known issue before opening up a ticket.
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.