This topic contains 1 reply, has 0 voices, and was last updated by chanarbon 7 years, 2 months ago.

  • Author
    Posts
  • #6489 Score: 0

    aktarahmed
    • Contributions: 0
    • Level 1

    Hi,

    I’ve been searching high and low for examples of how to do searches using the Formula (Text) but have not been able to understand what needs to be done and would appreciate an example of how I can do something similar as the example below in PHP:

    Resource Allocation Search:

    Formula (Text) contains “Project User” {resource}

    Is this possible?

    My starting point is:

    Code:
    $search = new ResourceAllocationSearchRowBasic();

    $allocationSearchField = new SearchStringField();
    $allocationSearchField->operator = “doesNotContain”;
    $allocationSearchField->searchValue = “Project User”;
    $search->resource = $allocationSearchField;
    Many thanks.

    Aktar
    This is a cached copy. Click here to see the original post.

  • #6490 Score: 0

    chanarbon
    • Contributions: 0
    • Level 1

    Hi aktarahmed ,

    As of the moment, formula generated columns are not yet supported in PHP Toolkit. Please file a support ticket one.

You must be logged in to reply to this topic.