Java API Help - SelectionFieldLimit

2011-12-11 Thread LJ LongWing
http://www.javasystemsolutions.com/documentation/thirdparty/arapiv71/arapi/c
om/bmc/arsys/api/SelectionFieldLimit.html

Ok...round two.

There is a method 'getListStyle()' that returns an int that tells you if
this selection field is 'Custom' or 'Regular'

I cannot however figure out how to 'set' this property.  So when I'm
building a SelectionFieldLimit object, how do I tell it if I want it to be
Custom or Regular?

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"


Java API Help - StructItemInfo

2011-12-11 Thread John Baker
Hello,

My strategy for this type of problem would be to write something to load a set 
of StructItems and then inspect in the Eclipse debugger. Almost everything I've 
learnt about Mid Tier and the AR API is via Eclipse and a debugger :-)


John

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"


Re: Default currency change

2011-12-11 Thread Rüdiger Tams
Hello Sachin,
 
regarding changing the default values for currency field in general (not only 
for SLM) you have different possibilities to solve this issue
from my point of view.

a)
Default value change means a change of the information stored inside the ARS 
dictionary.
The manual way is to use dev studio and (for CMDB) the atrium core console: 
select every currency field and change its default value
and store the form/class
or
use the tool jarcurrencydefault (see 
http://documents.bmc.com/supportu/documents/34/26/103426/103426.pdf) to change 
the values
or
on DB level (it isn't supported but it is possible) running sql update 
statements to change the entries for default values
be very careful with this way and do some investigation and testing because it 
is a change in ARS dictionary...

b) For existing currency information (data) 
If data is already stored with USD as currency value it is possible to change 
this manually, modify all etc.
or
on DB level running sql update statements to change this data for currency (it 
isn't supported but it is possilbe).
This data is stored in the T-tables.

HTH
Regards
Ruediger





>
>Von: Sachin Verma 
>An: arslist@ARSLIST.ORG 
>Gesendet: 18:24 Montag, 5.Dezember 2011
>Betreff: Default currency change
>
>
>** 
>Hello List,
>
>Does anyone know how to make the currency default to EUR from USD for SLM 7.6. 
>For example: after creating a new Service Target, the currency fields to have 
>as default currency EUR And all forms in SLM should have as a default currency 
>EUR like dashboards, Service Targets, Service Agreements
>
>Thanks,
>Sachin
>
>>
>Subject to local law, communications with Accenture and its affiliates 
>including telephone calls and emails (including content), may be monitored by 
>our systems for the purposes of security and the assessment of internal 
>compliance with Accenture policy.
>__
>
>www.accenture.com
>_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_ 
>
>

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"