Clarity

 View Only
  • 1.  XOGGING list of attributes within Project through GEL Script

    Posted Jul 11, 2019 10:27 AM
    Hi Everyone, 

    We have created two separate forms within Project Object. We have a GEL Script written to copy the attributes from one form to another form. The process XOG out the list of attributes from one form and XOGIN to the another form. It worked until last week and stopped working suddenly. 

    Job did NOT fail when it is running. It is processing successfully. 

    Any reason or Any permission related issue within the workflow ?


  • 2.  RE: XOGGING list of attributes within Project through GEL Script

    Posted Jul 11, 2019 10:35 AM
    When you say Job did NOT fail - which job is that?
    So no upgrade or change in the user who runs the process and is the user who does the XOGing?
    Does you process have the possibility to put the XOG in result into a message?
    Take out the xml to be XOGed in and the write it to be manually to see if it goes better.
    Are any processes being hanging of queued?


  • 3.  RE: XOGGING list of attributes within Project through GEL Script

    Posted Jul 11, 2019 04:17 PM
    Custom process did NOT fail. Custom process XOGs the data. I try to capture the result in the message but it is not coming as well.  Here is the sample code that I am trying to capture the logs

    <core:set value="${row.get('project_goal')}" var="v_project_goal"/>
    <gel:log level="INFO">${v_project_goal}</gel:log>


  • 4.  RE: XOGGING list of attributes within Project through GEL Script
    Best Answer

    Posted Jul 12, 2019 03:14 AM
    There are some examples how to get more information from the XOG step in a Gel process in
    https://community.broadcom.com/enterprisesoftware/communities/community-home/digestviewer/viewthread?GroupId=1747&MID=724438&CommunityKey=7f0cbca3-5f93-4d44-a369-1a8ce98f5578&tab=digestviewer

    and

    https://community.broadcom.com/enterprisesoftware/communities/community-home/digestviewer/viewthread?GroupId=1747&MID=715563&CommunityKey=7f0cbca3-5f93-4d44-a369-1a8ce98f5578&tab=digestviewer