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.
在 OIM 11gR2 PS3 中,创建用户时,我想保存在请求的“对齐”框中输入的字符串。创建用户时,我没有设置工作流,因为我不需要任何批准。你知道有什么办法吗?
谢谢
我发现在创建用户时检索请求理由的最佳方法不是通过 API,而是在用户登录的情况下查询数据库并从那里获取理由字段。我还按日期对结果进行了排序,以检索最近的请求。