Hi, > I've been watching my project chicagoboss uses identifiers as "model-1" or > "test-1", I tried to do a direct search to view information for that id, but > whenever I try to pass as a parameter the id, only gave me a 'not found "
CB is a bit strange this way in that the ID the Erlang code see is like what you wrote, but what's in the DB is just 1 or 2 or whatever, in the 'id' field. So if you want to access the DB directly, you need to just use the number. -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CA%2Bb9R_s1s1empZBUARkJSdGWXuyhxVpzMTRed%3Dw309%2BGshfPrA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
