About some data not being displayed on the site(サイト上で一部のデータが表示されない件について)

Hello everyone, I have a question for you.
I am experiencing an issue where some data is not being displayed on a site that is currently under development, and I would appreciate any hints on how to resolve the issue.

I recently added a new field to one of my master DBs.
We also re-mapped the record types and performed record sync.
We're also adding new fields to CDT and republishing the datastore.

Based on the above, I performed the process of passing a CDT to the rule input of a certain interface and displaying it. The relevant description is
ri!○○CDT[recordType!○○.field.××××]

It is displayed normally on the editing screen, but it is not displayed on the site. When transitioning to the relevant screen on the site, a process model is running behind the scenes, and process variables are passed to the form.
This process variable's CDT is querying the record type.
To check if the query is incorrect, I run the same query on a temporary interface, and all values are successfully retrieved.

Summary
・Can be displayed on the interface editing screen
・Can also be obtained as a process variable
・Can be displayed even if rule input is specified for the page before transition
・Some parts cannot be displayed only when transitioning to the corresponding page via the site

It becomes. Please let me know if there are any omissions in my steps.
Also, if you know the solution, I would appreciate it if you could let me know.

Thank you.

ーーーー

こんにちは、皆さんに質問があります。
開発中のサイトで、一部のデータが表示されない事象が発生しており解決のヒントをいただきたく存じます。

最近、あるマスタDBに新しいフィールドを追加しました。
レコードタイプも再度マッピングし、レコード同期を行いました。
CDTにも新しいフィールドを追加し、データストアを再公開しています。

上記を踏まえ、あるインターフェースのルール入力にCDTを渡して表示する処理を行いました。該当の記述は
 ri!○○CDT[recordType!○○.field.××××]

編集画面上では正常に表示されていますが、サイト上では表示されない状態です。サイトで該当画面へ遷移する際、裏でプロセスモデルが動いており、フォームにはプロセス変数を渡しています。
このプロセス変数のCDTはレコードタイプをクエリしています。
クエリの間違いを確認するため、テンポラリーのインターフェース上で同一のクエリを実行したところ、正常にすべての値が取得されます。

まとめると
・インターフェースの編集画面で表示が可能
・プロセス変数でも取得が可能
・遷移前のページのルール入力を指定した場合も表示が可能
・サイト経由で該当のページへ遷移した場合のみ一部表示不可

となります。私の手順に抜けがあればご指摘いただきたいです。
また、解決策をご存じの方は誠に恐れ入りますがご教示いただけますと幸いです。

よろしくお願いいたします。

  Discussion posts and replies are publicly visible