콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4059 화면

How can we add more than 1 object in a single record rule and check rule using this 2 objects...

아바타
취소
베스트 답변

AFAIK you can't.  Domains only works with one record.  You can create a related or function field in the object that you want to filter to reflect the value of the other object in it and then use that field in the rule.  Note that if you use related or function field you need to store it to make Record Rules work.  For function field, you can implement fnct_search instead of storing the value.

아바타
취소
작성자 베스트 답변

Thank you Ivan,

Can u plz tell me that what function should i create to get the crm.phonecall object in crm.lead form..

Thankz..

아바타
취소

That will depends on what you want to filter on.

Say you want to filter crm.phonecall based on certain information in crm.lead. crm.phonecall is linked to crm.lead through a many2one field 'opportunity_id'. So, you can either create a function call field that retrieve information based on the crm.phonecall's 'opportunity_id'. Or you can create a related field to get the information from any of the crm.lead's field.

관련 게시물 답글 화면 활동
2
1월 24
3294
0
1월 24
1582
0
12월 20
2137
1
9월 19
4921
0
6월 17
3176