|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Apprentice |
trying this... to grab the contacts related to a specific project name entered by the user - it is returning NO DATA however... can any help...
myProjectName := element valueForKeyPath:'userInput.thisProjectName'. qual1 := BDQualifier qualifierWhereValueOfKey:'projects.name' isEqualTo:myProjectName. qualifiers := {qual1}. andQual := (((BDAndQualifier alloc) initWithQualifierArray:qualifiers) autorelease). objectContext objectsForEntityNamed:'Contact' matchingQualifier:andQual. KND Web Consultants |
||
|
|
Marketcircle Team |
Can you please try this with 3.2. We fixed a bug that may resolve this.
You also don't need the 'qualifiers' and 'andQual' since you only have one qualifier. Skip andQual and use qual1 directly. objectContext objectsForEntityNamed:'Contact' matchingQualifier:qual1. Come to think of it, that may be the issue. |
|||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

