APIG NSW: FINAL 2024 SEMINAR AND END OF YEAR PARTY!!
An APIG NSW Event
27/11/2024 17:30 to 27/11/2024 23:00
Venue: HWL Ebsworth Lawyers , Level 14, Australia Square , 264-278 George Street, SYDNEY, NSW, 2000, AUSTRALIA,
Details:
A FRIENDLY REMINDER TO PURCHASE YOUR TICKETS TO OUR FINAL SEMINAR AND END OF YEAR PARTY IF YOU HAVEN'T DONE SO ALREADY!!
Management of Construction Risk - An Industry Insider's Perspective
Katherine Grace, Chief Legal and Chief Risk Officer and Andrew Palmer, General Manager - Group Risk Officer both of Stockland will provide an industry insider's perspective on the management of risk in major residential and construction projects in the context of the current legislative and economic environment.
Facilitated by James Baird, Partner at HWL Ebsworth Lawyers, this seminar will include commentary on:
- evaluation and selection of partners and contract structure;
- management of contractor insolvencies and cost escalations;
- key identified industry risks and likely future trends;
- risk diversification and/or transfer as part of the contract structure; and
- insurance procurement and the current and likely future role of insurance throughout the project lifecycle.
The seminar will commence at 5:30pm sharp at HWL Ebsworth Lawyers’ offices (address details below) and will be followed by our End of Year Party at The Terrace, Bungalow 8 (3 Lime Street, King Street Wharf, Darling Harbour) from 6:30pm.
Take advantage of our special “combo” deal by purchasing a discounted price for the two combined events. Alternatively, you also have the option to purchase either the seminar or party tickets only, it’s your choice.
Register below or head to our website (www.apig.com.au/Events) for your ticket options.
Book Here
APIG NSW | APIG NSW: FINAL 2024 SEMINAR AND END OF YEAR PARTY!! | 27/11/2024 | 17:30 | 27/11/2024 | 23:00 | HWL Ebsworth Lawyers | Level 14, Australia Square , 264-278 George Street, SYDNEY, NSW, 2000, AUSTRALIA, |
A FRIENDLY REMINDER TO PURCHASE YOUR TICKETS TO OUR FINAL SEMINAR AND END OF YEAR PARTY IF YOU HAVEN'T DONE SO ALREADY!!
Management of Construction Risk - An Industry Insider's Perspective
Katherine Grace, Chief Legal and Chief Risk Officer and Andrew Palmer, General Manager - Group Risk Officer both of Stockland will provide an industry insider's perspective on the management of risk in major residential and construction projects in the context of the current legislative and economic environment.
Facilitated by James Baird, Partner at HWL Ebsworth Lawyers, this seminar will include commentary on:
- evaluation and selection of partners and contract structure;
- management of contractor insolvencies and cost escalations;
- key identified industry risks and likely future trends;
- risk diversification and/or transfer as part of the contract structure; and
- insurance procurement and the current and likely future role of insurance throughout the project lifecycle.
The seminar will commence at 5:30pm sharp at HWL Ebsworth Lawyers’ offices (address details below) and will be followed by our End of Year Party at The Terrace, Bungalow 8 (3 Lime Street, King Street Wharf, Darling Harbour) from 6:30pm.
Take advantage of our special “combo” deal by purchasing a discounted price for the two combined events. Alternatively, you also have the option to purchase either the seminar or party tickets only, it’s your choice.
Register below or head to our website (www.apig.com.au/Events) for your ticket options.
| https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=257 | 257 |
Dynamic Loaded -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Dynamic Alternate Loaded -
Security - Edit Roles set to
Security - Add Roles set to
Security - Delete Roles set to
Using Existing Dynamic Set -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Executed SQL -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1 AND EventId LIKE '%257%'
Select rows above and then selection an action from below to execute on your data:
Execute Selected Action