
Blogs
Blogs
Matching:
controldesk+7.6
X

Display: |
An Overview of Automation Script Launch Points and Sequentially Ordered Automation Scripts Community Blog
Yalcin Kumbasar
Tags:
controldesk+7.6
automation_scripting
maximo+7.5
controldesk+7.5
maximo+7.6
python
maximo
script
action
sequence
order
jython
automation
controldesk
2 Comments
6,351 Views
Since Automation Scripts were introduced in v7.5 and enhanced in v7.6, they became our best choice of customization most of the time. Besides a couple of rare situations which should be handled within JSPs or bean classes, Automation Scripts are used whenever...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Creating a JSON String from JSON Object and JSON Arrays in Automation Scripts Community Blog
Yalcin Kumbasar
Tags:
jsonstring
jsonarray
maximo+7.6
jython
jsonobject
controldesk+7.6
maximo
maximo+7.5
controldesk+7.5
automation_scripting
json4j
script
json
python
controldesk
28,590 Views
Maximo framework includes json4j.jar library for JSON implementations such as constructing JSON formatted data, XML to JSON conversions, JSON string and stream parsing etc. More information on JSON and JSON4J library can be found via the link below:...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Maximo Rest Client Example: Calling an External REST Service (Logo Tiger 3) with a Maximo Client Community Blog
Yalcin Kumbasar
Tags:
httpclient
apache
maximo+7.6
controldesk+7.6
automation_scripting
python
integration
http
maximo+7.5
logo+tiger
client
controldesk+7.5
erp
logo
maximo
controldesk
rest
jython
2 Comments
18,375 Views
MOTIVATION: When I searched for a REST client implemented within Maximo using Automation Scripting, all documents I could find gave information on Maximo REST services which is the reverse of my requirement. Hence, I thought it would be a good idea to post...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Fetching Daily Exchange Rates from xml feed provided by Turkish National Bank Community Blog
Yalcin Kumbasar
Tags:
controldesk+7.5
lira
currency
exchange+rate
url
jython
dollar
eur
tl
turkish
automation_scripting
controldesk+7.6
usd
maximo+7.5
euro
python
exchange
controldesk
maximo
maximo+7.6
try
escalation
xml
11,774 Views
I will present you a simple Jython script to fetch daily exchange rates using the xml feed provided by Turkish National Bank via the following url: http://www.tcmb.gov.tr/kurlar/today.xml Figure 1 - Caption of...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Fetching Dynamic Lookup Lists via Attribute Launch Point with Retrieve List Event Community Blog
Yalcin Kumbasar
Tags:
controldesk+7.6
automation_scripting
lookup
list
python
dynamic
script
retrieve+list
attribute
maximo
icd
controldesk
maximo+7.6
jython
15,153 Views
In previous versions of Maximo/ICD, we used to write Java codes or create table domain of domains with case statement in list where clause in order to fetch lookup lists dynamically. Then, conditional domains were introduced, but they caused performance issues...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Marking Main Record as Modified while Modifying Related (Child) Records via Automation Scripts (v7.6) Community Blog
Yalcin Kumbasar
Tags:
controldesk+7.5
modified
parent
maximo
modify
mainrecord
related
child
update
save
add
maximo+7.6
delete
maximo+7.5
controldesk+7.6
controldesk
15,300 Views
When you modify, i.e. add/update/delete, child records (MBOs) related to a main record, the parent object might not always require saving, in other words it might not always get marked as "Modified". For default applications, the application forces...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Configuration for Filtering with Application ID and Sigoption ID within Applications Tab of Security Groups Community Blog
Yalcin Kumbasar
Tags:
sccd
application+designer
controldesk+7.5
security
maximo+7.5
maximo+7.1
controldesk+7.6
filter
maximo
controldesk
sigoption
securgroup
maximo+7.6
application
tablecolumn
12,115 Views
By default, Maximo (or Control Desk) Security Groups application has a tab named Applications, which is used in order to grant Signature Options per application. We filter the applications and their signature options by their descriptions in this tab. But, we...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Changing Ticket Owner to the New Assignee of Workflow Reassignment (v7.5 or v7.6) Community Blog
Yalcin Kumbasar
Tags:
ownership
controldesk+7.6
controldesk
reassign
owner
workflow
maximo+7.5
maximo+7.6
ticket
controldesk+7.5
maximo
13,976 Views
If a ticket, i.e. service request, incident or problem, is in workflow; then it might have both workflow assignments and an owner set. Usually the owner is set parallel to the workflow assignment via actions in workflow. But, when we reassign the workflow...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Customization to avoid the comma/dot separator in the integer value format on Start Center Result Sets Community Blog
Yalcin Kumbasar
Tags:
maximo
comma
controldesk+7.6
maximo7.6
dot
maximo+7.5
number
controldesk
resultset
integer
separator
startcenter
12,495 Views
There is a technote on this issue which can be seen through this link. Let me quote the question from the technote: - When an attribute is defined as either smallint or Integer data type and shown in the screen, the value entered in the field shows like...
from Blog: Asset Management
Modified on by Yalcin Kumbasar
|
|
Maximo 7.6: Applying a Feature Pack when not connected to the Internet Community Blog
Hello! I wanted to share a quick problem resolution of a call (actually, Sametime messages between myself and an IBMer at a customer site) I took this afternoon. He was installing Feature Pack 7.6.0.3 for Maximo to an installation that did not have Internet...
from Blog: Asset Management
Modified on by Richard Lesses
|
|
Maximo 7.6 Interim Fixes and Feature Packs and IBM Control Desk 7.6 Community Blog
Richard Lesses
Tags:
featurepack
maximo+7.6
interim-fix
controldesk+7.6
ibm-blog
2 Comments
9,606 Views
Update : Maximo Asset Management 7.6 Interim Fixes (in the form 7.6.#.#-TIV-MBS-IF###) may be applied to IBM Control Desk 7.6 as well as Maximo 7.6.
from Blog: Asset Management
Modified on by Richard Lesses
|