Occasionally you will need to perform a one way hash for passwords. This post shows how to do it using the MD5 algorithm in CA Plex with some java source code. For background on this, check out this link. First, create a source code object that looks like this: Here is the code to cut
All, Just a quick note to remind everyone that if you are looking for the online documentation for 2E it can be found here, https://wiki.ca.com/display/CA2E87/CA+2E+-+Home Thanks! Jason
When I train people to who are new to 2E, but have been RPG developers for sometime, one question I’m asked about is how to perform subfile drop/fold within 2E. This is actually pretty simple to do, just follow the following steps. First let’s work with a screen in which we want some fields on
Hello all! Yesterday I was creating some new tables within my personal model, and these tables are being created with SQL DDL and not DDS. I have the Table or Physical File still the generated name, but I wanted a table with the longer field names. The table itself created normally, and has 4 date
by Andrew Leggett / Sr. Application Consultant CM WebClient, CM WebClient Mobile and CM WebClient HSync all allow you to customize the style, appearance and behavior of your web applications. But what if you want a little more? What else can you do? The following sites provide free tools that run within the browser to
Lily Taharudin / Application Consultant Web and mobile are different. When you are building things for the web, it may seem easy simply to port it to mobile devices, but the user experience may not be as good. Instead, consider the smaller form factor and adapt your design to make it easier for mobile customers
Modernization can either be a choice or be forced on a company. If you are using Visual Studio 2005, you know that Microsoft will be dropping support for it next year. CM First has a powerful methodology to help you get past this issue and a variety of others. Modernize now and take advantage of
In this post, I want to outline two concepts that may help you to create a better service architecture for CA Plex WCF services. First, we should make sure the interfaces are decoupled from the business logic in order to make sure that a change to business functions will not affect the interface used by
Web Services are an essential part of modernizing many legacy systems. CA 2E developers are able to build their own Web Services inside the CA 2E model. Recently, I worked with a customer on exposing some important parts of their CA 2E application through Web Services. There are several lessons we learned while implementing Web
by Andrew Leggett / Sr. Application Consultant WebClient developers know how useful the log file is for debugging and for tracking errors, but did you know that you can send your own messages to the log file from your CA Plex action diagram? This technique can be used to provide an insight on what happens