Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在のリクエストがエンタープライズ ポータルから発信されたのか、AX2012R2 のクライアントから発信されたのかを確認するためのヘルパー メソッド/クラスがあると確信しています。私はそれを見つけることができません。教えてください。
ありがとう
Global::webSession()有効なオブジェクトを返すかどうかを確認できます。
Global::webSession()
if (webSession()) { // Do some web-specific stuff }