FinalURL property

Sets or returns the URL of the page eRoom displays when a core UI event operation completes. When set from within a UI event ASP page, this determines the URL that eRoom redirects to upon completion (or cancel) of the core dialog. FinalURL is used in conjunction with FinishHandleEvent(eruiStatusRedirectToDialog) to control the final destination upon return from core eRoom page.

Setting this property overrides any FinalURL specified in the ERGenerateUIEventURL(UIEventID, param1, param2, param3, finalURL) function.

Syntax


C++

HRESULT get_FinalURL(BSTR* pFinalURL)

HRESULT put_FinalURL(BSTR myFinalURL)

Scripting languages

FinalURL = Object.FinalURL

Object.FinalURL = FinalURL

Home

Applies to

IERUCustomCommand