Announcement

Collapse
No announcement yet.

SelectManagers and Custom Field for where-criteria not available

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SelectManagers and Custom Field for where-criteria not available

    Hello,

    we have an custom field "vadrnr" under account, i can use it for account, contact, qoute with an custom Selectionmanager.
    For quoteitem the field is not available. How can i workaround this?

    Tried with Account.vadrnr
    PHP Code:
    [2019-01-21 09:15:16Espo.ERRORAPI [GET]:/:controllerParams:Array (     [controller] => QuoteItem ) , InputData:  - SQLSTATE[42S22]: Column not found1054 Unknown column 'Account.vadrnr' in 'where clause' [] []
    [
    2019-01-21 09:15:16Espo.ERRORDisplay ErrorSQLSTATE[42S22]: Column not found1054 Unknown column 'Account.vadrnr' in 'where clause'Code42S22 URL: /espocrm/api/v1/QuoteItem?select=name%2CquoteId%2CquoteName%2CquoteStatus%2Cquantity%2CunitPriceCurrency%2CunitPrice%2CamountCurrency%2Camount&maxSize=15&offset=0&orderBy=order&order=desc [] [] 


    Tried with Quote.Account.vadrnr
    PHP Code:
    [2019-01-21 09:20:47Espo.ERRORAPI [GET]:/:controllerParams:Array (     [controller] => QuoteItem ) , InputData:  - SQLSTATE[42S22]: Column not found1054 Unknown column 'Quote.account' in 'where clause' [] []
    [
    2019-01-21 09:20:47Espo.ERRORDisplay ErrorSQLSTATE[42S22]: Column not found1054 Unknown column 'Quote.account' in 'where clause'Code42S22 URL: /espocrm/api/v1/QuoteItem?select=name%2CquoteId%2CquoteName%2CquoteStatus%2Cquantity%2CunitPriceCurrency%2CunitPrice%2CamountCurrency%2Camount&maxSize=15&offset=0&orderBy=order&order=desc [] [] 
Working...
X