Skip to content

Instantly share code, notes, and snippets.

@MatthewJBloom
Created July 7, 2020 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthewJBloom/93ac0cac21d4224a1209c281719b970f to your computer and use it in GitHub Desktop.
Save MatthewJBloom/93ac0cac21d4224a1209c281719b970f to your computer and use it in GitHub Desktop.
{
"dataType" : "account",
"fields" : "nov_portefeuilles_id,nov_naf_id,nov_segment_id,nov_secteur_id,nov_enseigne_id",
"expandExpressions" : {
"nov_portefeuilles_id" : "nov_portefeuilles_id($select=nov_libelle,nov_portefeuillesid)",
"nov_naf_id" : "nov_naf_id($select=nov_libelle,nov_nafid)",
"nov_segment_id" : "nov_segment_id($select=nov_libelle,nov_segmentid)",
"nov_secteur_id" : "nov_secteur_id($select=nov_libelle,nov_secteurid)",
"nov_enseigne_id" : "nov_enseigne_id($select=nov_nom,nov_enseigneid)"
},
"expandFieldDefs" : {
"nov_portefeuilles_id" : {
"NOV_PORTEFEUILLES_LIBELLE" : {
"path" : "nov_portefeuilles_id/nov_libelle",
"type" : "text",
"label" : "Portefeuilles Libelle Lookup"
},
"NOV_PORTEFEUILLES_ID_ID" : {
"path" : "nov_portefeuilles_id/nov_portefeuillesid",
"type" : "text",
"label" : "Portefeuilles ID Lookup"
}
},
"nov_naf_id" : {
"NOV_NAF_LIBELLE" : {
"path" : "nov_naf_id/nov_libelle",
"type" : "text",
"label" : "Naf Libelle Lookup"
},
"NOV_NAF_ID_ID" : {
"path" : "nov_naf_id/nov_nafid",
"type" : "text",
"label" : "Naf ID Lookup"
}
},
"nov_segment_id" : {
"NOV_SEGMENT_LIBELLE" : {
"path" : "nov_segment_id/nov_libelle",
"type" : "text",
"label" : "Segment Libelle Lookup"
},
"NOV_SEGMENT_ID_ID" : {
"path" : "nov_segment_id/nov_segmentid",
"type" : "text",
"label" : "Segment ID Lookup"
}
},
"nov_secteur_id" : {
"NOV_SECTEUR_LIBELLE" : {
"path" : "nov_secteur_id/nov_libelle",
"type" : "text",
"label" : "Secteur Libelle Lookup"
},
"NOV_SECTEUR_ID_ID" : {
"path" : "nov_secteur_id/nov_secteurid",
"type" : "text",
"label" : "Secteur ID Lookup"
}
},
"nov_enseigne_id" : {
"NOV_ENSEIGNE_NOM" : {
"path" : "nov_enseigne_id/nov_nom",
"type" : "text",
"label" : "Enseigne Nom Lookup"
},
"NOV_ENSEIGNE_ID_ID" : {
"path" : "nov_enseigne_id/nov_enseigneid",
"type" : "text",
"lagel" : "Enseigne ID Lookup"
}
}
},
"writeFields" : {
"nov_portefeuilles_id" : {
"searchField" : "nov_libelle",
"searchType" : "nov_portefeuilles",
"writeType" : "nov_portefeuilles",
"idField" : "nov_portefeuillesid"
},
"nov_naf_id" : {
"searchField" : "nov_libelle",
"searchType" : "nov_nafs",
"writeType" : "nov_nafs",
"idField" : "nov_nafid"
},
"nov_segment_id" : {
"searchField" : "nov_libelle",
"searchType" : "nov_segments",
"writeType" : "nov_segments",
"idField" : "nov_segmentid"
},
"nov_secteur_id" : {
"searchField" : "nov_libelle",
"searchType" : "nov_secteurs",
"writeType" : "nov_secteurs",
"idField" : "nov_secteurid"
},
"nov_enseigne_id" : {
"searchField" : "nov_nom",
"searchType" : "nov_enseignes",
"writeType" : "nov_enseignes",
"idField" : "nov_enseigneid"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment