Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Montgomery
    3. Best
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Dialog parents

      Hallo zusammen,

      für alle die das gleiche Problem haben. Ich konnte mittlerweile über den Support eine Antwort bekommen. Man kann den Parent einfach per Name mitgeben. Bsp. vom Support:

      {
       "jsonrpc": "2.0",
       "method": "cmdb.dialog.create",
       "params": {
        "objID": 29,
        "apikey": "xxxx",
        "language": "en",
        "category": "C__CATG__MODEL",
        "property": "manufacturer", 
        "value": "Tester"
       },
       "id": 1
      }
      
      
      {
       "jsonrpc": "2.0",
       "method": "cmdb.dialog.create",
       "params": {
        "objID": 29,
        "apikey": "xxxx",
        "language": "en",
        "category": "C__CATG__MODEL",
        "property": "title",
        "value": "Tester",
        "parent": "Tester"
       },
       "id": 1
      }
      
      posted in Entwicklung
      M
      Montgomery