Awe Setup In Peoplesoft

Posted on by admin
Awe Setup In Peoplesoft 7,2/10 9063 reviews

'Hi All,

I need your help in GL Journal Wokflow. We are on application 9.1 and using AWE for all our approvals.

Peoplesoft

Requester Setup In Peoplesoft

Requirement:
**************
For our application, Approvals are driven by journal source. We are using delivered Process ID 'GLJournalApproval' and Definition ID 'GLJrnlApprvl' for journal approvals. Almeea.

Mar 13, 2012 - AWE Tables and Migration script. AWE 9.1 Application Tables. REM Exporting Authorized Approver settings; EXPORT SAC_AW_AUTH;.

Awe Setup In Peoplesoft

We are using userlist for identifying the approvers. We have 3 journal sources in our system, say 'A','B', and 'C', and journals should be approved by same 2 approvers 'Approver 1' and 'Approver 2'

1. If the journal source is 'A' it should be approved by Approver 1 and 2 --> working well with delivered process Id and definition Id.
2, If the journal source is 'B' it should be approved by Approver 1 and 2 --> working well with delivered process Id and definition Id.

3. If the journal source is 'C' it should be approved by Approver 1 and 2, and once the final approver approves the journal, email notification should be sent to 2 different users, say 'User 1' and 'User 2'. --> need guidance on how to achieve this.

Could you please let me know if this requirement is possible through configuration or do we need to do any coding to achieve this?

But any additional module that is imported in A will not be seen. You can directly add the missing imports to the spec file. No module named pyinstaller. There is no need to change anything in your python scripts. Just gonna add my 2 cents because I encountered the same problem today - 6 years later:D For Windows: 1) cmd => rightclick => with admin rights 2) Enter in cmd: 'pip install pyinstaller' 3) navigate in cmd to the folder of 'yourMain.py' 4) Enter in cmd: 'pyinstaller --onefile --windowed yourMain.py' 5) If you import other scripts / data in 'yourMain.py': Manually enter the folder 'dist' (gets created - where 'yourMain.exe' should be by now), and copy your scripts or folder structure there (e.g. Just add the following in a = Analysis(.): hiddenimports=['mysql'], This should be the result: a = Analysis([os.path.join(HOMEPATH,'support/_mountzlib.py'), os.path.join(HOMEPATH,'support/useUnicode.py'), 'icinga.py'], pathex=['/home/user/projects/icinga_python/releases/v2.1'], hiddenimports=['mysql'],) After that run pyinstaller with the spec file as an argument.

Currently we are trying to create a new definition ID to achieve this but workflow is not even triggering, instead journals are getting auto approved. Not sure if we are doing it correctly.

Thanks!'