Hi N3FKO,
Assume you may refer to field "Department" on an employee or contingent worker or pending worker or nonworker in HCM. In global header select Navigator, select Show More, in Me select work area Personal Information, select Employment Information. Expand section Assignment. View field Department?
Here is the sql for this field for latest update on your assignment effective as at a point in time by default today
select all 0 s_0 , "Worker"."Person Number" as person_number , cast("Worker"."Person ID" as character) as person_identifer , cast("Worker"."Assignment ID" as character) as assignment_identifier , "Worker"."Assignment Start Date" as assignment_start , "Worker"."Assignment End Date" as assignment_end , "Worker"."Effective Latest Change" as assignment_latest , "Worker"."Effective Sequence" as assignment_sequence , "Department"."Department Name" as department_name from "Workforce Management - Worker Assignment Real Time" order by 1 asc nulls last, 2 asc nulls last, 3 asc nulls last, 4 asc nulls last fetch first 7 rows only
Not sure what you mean by sub-department. Maybe something to do with a department hierarchy.
Sorry but no idea what you mean by employee customer. This is HCM. Customers are in ACX/ERP/SCM.
Regards, Nathan
Hi @User_N3FKO ,
Please elaborate more on your requirement. Also, are you looking for BIP query using tables or OTBI (already shared by Nathan).?
Thanks.
Is there a log that can be checked on our side that might help with the issue. I've submitted an SR, however it is currently being bounced around between different areas. Could not establish connection. oracle.xdo.delivery.ssh2.SSHMessageException: Error in decrypting message Current thought is that this is an issue with…
Hello, I'm trying my hand at creating some KPI's and Dashboard Visualizations for the Recruiting Activity Center (RAC) per the following documentation: Flexible Reporting in Redwood Dashboards Redwood Experience: Recruiting Dashboard When I add a session variable to my OTBI reports, I correctly see a value of 0 in my…
'Facility Name' exists in the Recruiting - Recruiting Real Time multiple times with varying usage. Job Requistion -> Job Requisition - Additional Details -> Facility Name Job Requistion -> Location -> Facility Name Is there any reason why these two Facility Names would not exist in the Recruiting - Real Time Events subject…
We are encountering issues with our OTBI dashboards where there is no option to export to Excel. This seems to be a new issue after the latest update to 26B. I made a change to the report layout (moved one analysis into its own section), and now I cannot export the page. As you can see in my attached photos, the export…
we have a requirement to fetch Worker Historic information like Current Job Title Previous Job Title Previous Department New Department Previous Manager New Manager Previous Location New Location which subject area stores this information in the OTBI?