Understanding the Request Id field in BMC Remedy


ARS identifies fields by a number id. Some id's are retated to special functions. Maybe the most important of all is the field id '1', often called the Request Id or Entry Id. Understanding how this special field works is very important for any ... Read the complete post

What will be new on Remedy 7.7?


BMC, as a lot of other software developers, doesn't publish the new features of future versions until they are released. But, sometimes some tips are shared with the community and some rumors arise. What is this information? What are the rumors? Keep reading. Current development stage If ... Read the complete post

Functions in BMC Remedy ARS


We all know that Remedy's developing paradigm is very different from traditional programming. We have no code, no loops, no functions nor any other classical element. But, classical programming has a long way and a lot of minds thinking about it. So there are ... Read the complete post

Operational Categorization for BMC Remedy


In a recent post I covered how the different categorizations for BMC Remedy Service Desk should be interpreted. The operational category is maybe the most important of all. In this post I will review the most important facts that an operational categorization must accomplish and ... Read the complete post

Naming convention for BMC Remedy Action Request System


Let's talk seriously, Remedy has one of the worsts code organization systems in the world. Also, BMC has not published any best practice guide for developing (apart of the best practice customization mode). So, any developing company must establish a set of best practices ... Read the complete post

Creating Incidents

Posted on by Jose Huerta in Best practices, Newbies | Leave a comment

Another good video from BMC, about “BMC Remedy ITSM 7.6.03: Quickly creating a Fully Qualified Incident Request”, as they say, or “Using Incident Templates”, a more clear description. I will take profit on those good videos, to comment and expand them.

So, in this post I will show you this video and provide my point of view. … Read the complete post

Localizing Remedy Applications

Posted on by Jose Huerta in Customization | Leave a comment

Normally when developing an application in a modern language or framework, you can use a translation library where all messages, labels and sentences can be referred to a code and where a table relates each code with the translated version. So providing the translation table to a translator, no matter if he or she is a programmer, can easily fulfill it and add a language to the app.

But ARS’ applications translations (localization as referred by BMC) is not as simple as looking at a table of sentences and translate them. Well, it wasn’t. But recently BMC has delivered a “Localization Toolkit”, that simplifies this work. … Read the complete post

Abydos acquired by BMC

Posted on by Jose Huerta in News | 1 Comment

One of the bests Remedy’s third party developer, Abydos, has been recently acquired by BMC. Great news for ITSM customers, since it seems that the will receive Abydos application with their current license.

But Abydos’ applications are clearly an add-on. So what will do BMC in the future? Provide them as a separate app? Integrate them? Let’s see… … Read the complete post

Complex object searches

Posted on by Jose Huerta in Developing solutions | Leave a comment

Sometimes, when using the Remedy Developer Studio, you need to locate some object. The search capabilities of Remedy Developer Studio are very constrained and sometimes you are forced to review a high number of objects to find the correct one.

In this post I will show you an alternative method to find objects. … Read the complete post

Adding custom permission groups to ITSM foundation

Posted on by Jose Huerta in Developing solutions, Tricks | 2 Comments

When starting to customize ITSM applications is easy to arrive at one point where it is important to differentiate between users, for privileges or different workflow behavior. Two main approaches appear: to use support groups or ARS permission groups. The first solution is easy to administrate from Contact Management forms, but the groups appears in the menu fields (like the incident’s assigned group), which can be undesirable. Second solution provide you more control, but force your administration to be done at the User form, since these permissions can’t be granted from the Contact Management forms… until now.

In this post I will show you how you can allow the administration of these custom permission groups from the CTM:People form for ITSM 7.x versions (and probably others). … Read the complete post