karthik's Profile
Agile Talent
247
Points

Questions
16

Answers
34

  • Agile Talent Asked on July 31, 2019 in Other APIs.

    Update:

     

    CLOB_DATA Table has the Script PX Code saved.

     

     

    Thanks,

    Karthik

    • 1393 views
    • 1 answers
    • 0 votes
  • Agile Talent Asked on July 31, 2019 in Product Collaboration.

    Hi Tapan,

    Can you please confirm if  the Agile API.Jar File  used in the URL PX is same picked from Application Server.

    Change.logAction(“Message”); should work .

     

    Alternately you may use change.send(IUser[] arg0, String arg1) which logs the Message in the Comments Section of History Table.

    (This gets captured as Send Action and custom message is displayed in the comments. You may send it to admin. But using this has its own limitations like  requires send Privilege,notifications to admin user etc).

     

    Regards,

    Karthik

    • 1766 views
    • 2 answers
    • 0 votes
  • Hi Jasonderberg,

    Please find the below update to  code snippet you have shared above.

     

    // Create a new Document and add it to the item BOM
    IAgileClass docclass=admin.getAgileClass(ItemConstants.CLASS_DOCUMENT);

     

    IAutoNumber docAutoNumber = docclass.getAutoNumberSources()[0];
    String docNumber=docAutoNumber .getNextNumber();

    IItem item = (IItem) session.createObject(itemclass, docNumber);  //(Creates Blank Item, we may do save as of some item or autofill values upon create)
    ITable tab = part.getTable(ItemConstants.TABLE_BOM);
    tab.createRow(item);
    obj.logMonitor(“Succeed to add document ‘”+ doc.getName() +”‘ to item ‘”+part.getName()+”‘”);

     

     

    Regards,

    Karthik

    • 1528 views
    • 3 answers
    • 0 votes
  • Agile Talent Asked on July 22, 2019 in Product Collaboration.

    Hi Surya,

    Read and Discover Privileges on the object are necessary for receiving Notifications.

    You may need to check the Privileges.

     

    Regards,

    Karthik

    • 1842 views
    • 3 answers
    • 0 votes
  • Agile Talent Asked on July 15, 2019 in Product Collaboration.

    Hi KE,

    One possible way to handle the request is by building SQL Query to fetch the Nth Level where used data ,format it and generate the Report in the required format.

     

    Thanks,

    Karthik

    • 1804 views
    • 5 answers
    • 0 votes
  • Agile Talent Asked on July 15, 2019 in Product Collaboration.

    Hi Achuth,

    If you are changing the description of  any released Item as part of revision change, Old Description can be found in REV Table.

    Also, any update on description is logged in the ITEM_HISTORY table(Items with Revision). It can be also seen in the History Tab from webclient.

     

    Thanks,

    Karthik

    • 1235 views
    • 1 answers
    • 0 votes
  • Agile Talent Asked on July 3, 2019 in Agile PLM (v9).

    Hi Dhananjay,

    Alternatively we can use Import Functionality to update the User Status(Active/Inactive).

    Export the Users data into excel sheet , update the Status Flag as required and do import to update the status field.

     

    If this is the regular activity which will be done in Test Instance, post Refresh , you may save the mapping file and reuse it.

     

     

    Thanks,

    Karthik

     

     

    • 1564 views
    • 3 answers
    • 0 votes
  • Agile Talent Asked on July 3, 2019 in Product Collaboration.

    Hi Laura,

    Please check if the Item is Incorporated or Not. If it is Incorporated , make it Unincorporated and try to edit the field.

    Also verify the Privilege which was created for this purpose.

    Thanks,

    Karthik

    • 1109 views
    • 1 answers
    • 0 votes
  • Agile Talent Asked on May 25, 2019 in Agile PLM (v9).

    Hi Surya,

    There is a Bug in the import functionity when a custom character set is being used.

    Fix has been provided by Oracle in one of the patches.

    Thanks,
    Karthik

    • 1480 views
    • 1 answers
    • 0 votes
  • Agile Talent Asked on May 3, 2019 in Agile PLM (v9).

    Hi vgogula,

    Create ACS Filter without BOM Data and associate it to the ACS Subscribers wherever required.

    Thanks,
    Karthik

    • 1653 views
    • 2 answers
    • 0 votes