Spouse employment..what am I missing?

Sort:
You are not authorized to post a reply.
Author
Messages
Ronnie
Veteran Member
Posts: 152
Veteran Member

    I am working on a section of ESS where there is a life events section. One of them is "spouse employment"

    From what I can tell it appears that an employee can update if a spouse gets employeed, changes, or is termed from somewhere. They can update the name of employer and address etc.

     

    It looks like it uses the spouse tab on HR11 and writing to ES10 for the family change.

     

    I have ES10 working and updating when an employee makes a change, but for some reason I can not get it to take the input of the address and I must be missing something somewhere. 

     

    I have HR11 and the PA-EMP-SPOUSE table stuff open for them to be able to write to, but each time I still get security violation and am not sure what I am missing. Is there something else to this?

    Ronnie
    Veteran Member
    Posts: 152
    Veteran Member
      I have all access grantee to the HR11 pgm, a rule written on HR.11 stating: if(isElementGrpAccessible('COMPEMP','','HR',form.EMP_COMPANY,form.EMP_EMPLOYEE))
      'ALL_ACCESS,'
      else
      'NO_ACCESS,'

      and then i have the SPOUSE-EMP-TAB, and everything under it with all access granted.

      I have the PAEMPLOYEE file access as if(isElementGrpAccessible('COMPEMP','','HR',lztrim(table.COMPANY),lztrim(table.EMPLOYEE)))
      'ALL_ACCESS,'
      else
      'NO_ACCESS,'

      Also all of the SP (SPOUSE) fields have this same rule written.




      Ronnie
      Veteran Member
      Posts: 152
      Veteran Member
        Anyone have any ideas?
        You are not authorized to post a reply.