GDPR Cookie Consent by Free Privacy Policy Generator
Asset Control
A React app for plotting FX rates
10 Oct 2020

A React app for plotting FX rates

In this article we will show how you to use the previously implemented GraphQL service for Asset Control in a React app to dynamically generate graphs of FX rates.

Asset Control
A GraphQL service for Asset Control
29 Sep 2020

A GraphQL service for Asset Control

In this blog post I would like to show how to implement a GraphQL service for FX rates stored in Asset Control.

Asset Control
Applying datafile header settings across an ADO set
09 Jul 2020

Applying datafile header settings across an ADO set

This was asked on the Asset Control subreddit: I know how I can change the group ID of the datafile for a single ADO via the Asset Control Admin Desktop, but how can I do this for an ADO set?

Asset Control
Validating suspect stock prices in Slack
29 Jun 2020

Validating suspect stock prices in Slack

In this article we will present a solution that alerts users as soon as suspect data enters the system and gives them the opportunity to act on it, all integrated into Slack.

Asset Control
A chatbot for Asset Control
14 Jun 2020

A chatbot for Asset Control

In this article I am putting together a chatbot for Asset Control as a fun little project.

Asset Control
Uniform logging and error handling with ac_utilities.sh
22 Apr 2019

Uniform logging and error handling with ac_utilities.sh

Your standard Asset Control installation includes the script ac_utilities.sh which you can source in your shell scripts to then have logging functions and some level of error handling available.

Asset Control
Built-in $VARIABLES available to you
13 Apr 2019

Built-in $VARIABLES available to you

When implementing Formula Engine code - depending on the context - there are certain built-in variables available to you.

Asset Control
Deleting ADOs with delete_ado.sh
12 Apr 2019

Deleting ADOs with delete_ado.sh

The standard AC Server package includes the script delete_ado.sh which you can use to delete ADOs from the system.

Asset Control
Exporting static data of ADOs with ac_dump_ado.pl
11 Apr 2019

Exporting static data of ADOs with ac_dump_ado.pl

There is a very convenient script which does not come in the standard AC server package, but chances are the AC will have provided it to you (usually installed by one of their consultants).

Asset Control
Getting static data with attribute()
09 Apr 2019

Getting static data with attribute()

This article was updated on 25. June 2020 with some material showing how to test the behaviour of the Formula Engine function attribute with Adetta, our solution for testing Asset Control custom code.