我创建了一个名为“入职”的自定义对象,并在IT(详细信息)和帐户(Master)对象之间创建了主详细信息。它在报告构建器中表现良好,我将其添加到帐户页面布局中,因为相关列表没有问题。
我想在登机对象(与帐户有关)中有一个Flow Create Records(与帐户有关),但是,在创建记录元素中,登机对象无法在“创建此对象的记录”字段中选择。我从“获取记录”开始,以获取我想用作主的帐户,执行屏幕元素以收集一些信息,然后想执行创建。我想念什么?
I have created a custom object called Onboarding and created a master detail relationship between it (detail) and the Account (master) object. It shows up fine in report builder and I have added it to the account page layout as a related list no problem.
I want to have a flow create records in the Onboarding object (related to an account), however, in the Create Record element, the Onboarding object is not available for selection in the 'Create a Record of this Object' field. I start with a 'Get Record' to get the account I want to use as Master, execute a screen element to gather some information, then want to do the create. What am I missing?
发布评论
评论(2)
快速现场更新的注意事项:
仅支持这些元素:分配,决策,获取记录和循环。
因此,在更新元素中,您找不到很少的字段,您可以使用分配。
Considerations for Fast Field Updates :
Only these elements are supported: Assignment, Decision, Get Records, and Loop.
https://help.salesforce.com/s/articleView?id=sf.flow_considerations_trigger_record.htm&type=5
Hence, In update element, you are not able to find few fields, You haev to use assignment.
您可以使用分配操作员映射ID。
you can use the assignment operator to map the ids.