Quantcast
Channel: DreamFactory Forum - Latest posts
Browsing all 5027 articles
Browse latest View live
↧

Returning the logged in user's name with a custom script

I have been able to get the user id. What I did is as follows: var user_name_value = platform.api.get("user/session"); var_dump(user_name_value['content'].id); - This provided the user id. Now I need...

View Article


Returning the logged in user's name with a custom script

The active role is included in the user/session data.You can use it to query system/role/{id}?related=role_lookup_by_role_idto get the lookups associated with the role

View Article


It is possible to receive data (POST) from an external server?

Hi, I have this scenario: One external server send data using POST (some data is JSON and other is binary) I must have a receiver server that take the data make some parse and translate the binary...

View Article

Table does not exist in database

Hi @drewpearce, hope you had a good weekend. Thanks for your help so far, I've successfully updated after deleting the vendor directory. Unfortunately it doesn't seem to have resolved the package...

View Article

Creating records using related data and obtaining their primary keys?

Hi @drewpearce thanks for the info. I'm trying this, but I'm not getting the child record. Have converted it to put the object in as a parameter object. var stockNewParams = { resource: [], related:...

View Article


Creating records using related data and obtaining their primary keys?

this is the object I'm sending? fields: "id"related: "tblstocklinein_by_fk_stockID"resource: Array[1]0: Object$$hashKey: "uiGrid-017A"_rowStatus: "NEW"agr: 1.97avgLenCurrent: 91.31avgLenIn:...

View Article

Creating records using related data and obtaining their primary keys?

Should I not be using something like: https://github.com/dreamfactorysoftware/dsp-core/wiki/SQL-Related-Data#getting-the-related-data Where we have to related - Comma-delimited list of relations to...

View Article

It is possible to receive data (POST) from an external server?

You could create a server-side script that accepts a POST and then performs the necessary work via the local services. Here is an example. You will need to make sure your CORS configuration allows...

View Article


Creating records using related data and obtaining their primary keys?

So now I'm trying send the following object to DreamFactory and still no related table?fields: "id,tempGUID"related: "tblstocklinein_by_fk_stockID"resource: Array[1]0: Objectlength: 1proto:...

View Article


Table does not exist in database

Your proposed workaround seems like it should work. I have not tried to export a package with mixed case/uppercase table name, but I had assumed the fix that applied to other parts of the API would...

View Article

Creating records using related data and obtaining their primary keys?

martin, is this on version 1.9?

View Article

Table does not exist in database

In this case the table I'm exporting is lowercase-only: in order to try and reduce it to the simplest scenario I am just attempting to export table with name "test" and two columns: "id" and "text". I...

View Article

How do I get a user's id

I ended up retrieving it from the user/session api. I ended up having to do two requests as opposed to one, but it works.Thanks for the input!

View Article


Bug in User Listing - limited to 30

I have noted that when looking as users in the list mode when one exceeds a certain number (30 I believe) new registrations are added but not listed. If I delete a few earlier registrations the new...

View Article

v2.0 Remote Web Service - headers not passed across

I found the same. We solved it rather inelegantly like this, putting basic authentication in the URL https://xxxBQokikJOvBiI2xxxxxxxx:@api.stripe.com/v1/ Where the xxx.... is the the authentication...

View Article


Bug in User Listing - limited to 30

old bug.Should have been resolved in 2.0.3Can you verify that you are up to date?

View Article

v2.0 Remote Web Service - headers not passed across

spoke with our engineering team about this last week. They have developed a fix, and it will be released at the completion of this sprint, which is scheduled for the end of the month.

View Article


Bug in User Listing - limited to 30

OK but I am using the AWS version from Bitnami and they only have 2.0.0.2, I upgraded yesterday. How do I get to 2.0.0.3?

View Article

Bug in User Listing - limited to 30

http://wiki.dreamfactory.com/DreamFactory/Installation#Mac_OS_X_and_Linux Also if you're looking for the newer images for BIitnami/AWS:...

View Article

Bug in User Listing - limited to 30

Thanks...the second link is probably what I want...but it is broken...do you have a newer link for the Bitnami image?

View Article
Browsing all 5027 articles
Browse latest View live