29
Points
Questions
9
Answers
13
-
- 3574 views
- 4 answers
- 1 votes
-
- 1689 views
- 2 answers
- 0 votes
-
- 1908 views
- 1 answers
- 0 votes
-
Hi Dennis,
I am facing this issue, when i am passing a Map object to the createRow() method on MCO. The same piece of code is working fine on ECO, Deviation.
Iterator it = ecrAITable.iterator();
Map<Object, Object> aiMap = new HashMap<Object, Object>();
while(it.hasNext()){
IRow row = (IRow)it.next();
aiMap.put(1054, row.getValue(1054));
aiMap.put(1226, row.getValue(1229));
aiMap.put(1227, row.getValue(1234));
ITable mcoAITable = mco.getTable(ChangeConstants.TABLE_AFFECTEDITEMS);
mcoAITable.createRow(aiMap);
}- 2348 views
- 3 answers
- 0 votes
-
- 4409 views
- 3 answers
- 0 votes
-
Hi,
* Users who belong to main organization say “ABC” will have Home Organization set as “ABC”.
* Vendors/Suppliers will have supplier/vendor name as their home organization.While configuring Create/Modify Privileges, you can configure criteria such that only Users who belong to main organization can create/modify etc.
- 2098 views
- 4 answers
- 0 votes
-
- 2098 views
- 4 answers
- 0 votes
-
- 2181 views
- 2 answers
- 0 votes
-
Hi Patrick,
As you suggested, i tried creating a criteria and tag this to the ‘Create’ privilege, but the “criteria” at class level cannot be tagged to Create privilege 🙁
I tried this with px- custom px (Action Menu), its working fine. Once the px is triggered, i am displaying a message- saying “<Object Number> Created!”, but then again this is not very user friendly, as user has to note down new object number – search for it and then do the modifications if any.Hi Ron,
I understand what you are saying, but our costumer need this functionality.. So thought of giving it a try.
- 2129 views
- 3 answers
- 0 votes
-
- 3040 views
- 3 answers
- 0 votes