Poser une questionPoser une question
 

TraitéeBusiness Data Column Problem.

  • vendredi 19 juin 2009 14:55Hamed_1983 Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi
    i add a business data column to my sharepoint list, it works sucessfully, but when i want to add a new item to list, when i browse to specific lob data via popUp window, select my lob item and click ok, i got this message :

    No exact match was found

    while i found it and select it. where is my problem and how to solve it ?

    Note : i select columnX in bdc column setting, but when i select my lob item from popUp window, it display columnY (it's PK) in list, i think something is wrong but i don't know which one.

    thanks in advance

    this is my Signature

Réponses

  • lundi 22 juin 2009 10:32Nick SwanMVPMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     Traitée
    This means there will be a problem with your specific finder method as it is returning more than a single row.

    Remember the specific finder method should accept identifier parameters so it returns just a single record of data.

    To help diagnose this you can use SQL Query Analyzer to see what queries are being executed (pressuming you are using SQL Server)

    HTH
    Nick
    http://www.bdcmetaman.com

Toutes les réponses

  • lundi 22 juin 2009 10:32Nick SwanMVPMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     Traitée
    This means there will be a problem with your specific finder method as it is returning more than a single row.

    Remember the specific finder method should accept identifier parameters so it returns just a single record of data.

    To help diagnose this you can use SQL Query Analyzer to see what queries are being executed (pressuming you are using SQL Server)

    HTH
    Nick
    http://www.bdcmetaman.com