google-app-maker

How to overwrite or clear data in a Drive Table in Google App Maker

走远了吗. 提交于 2019-12-24 07:48:46
问题 I have loaded data from a Google Sheet into an App Maker datasource. Now I have made a change to the original sheet and want to import the new data and overwrite the old or alternatively just clear the existing data and import the new data from the sheet. I don't see a way to do either in the docs. 回答1: I use the following command to clear a drivetable when needed: app.datasources.DatasourceName.unload(); Edit: This will clear the table on the client. To delete all Records in a drive table

How to overwrite or clear data in a Drive Table in Google App Maker

末鹿安然 提交于 2019-12-24 07:48:12
问题 I have loaded data from a Google Sheet into an App Maker datasource. Now I have made a change to the original sheet and want to import the new data and overwrite the old or alternatively just clear the existing data and import the new data from the sheet. I don't see a way to do either in the docs. 回答1: I use the following command to clear a drivetable when needed: app.datasources.DatasourceName.unload(); Edit: This will clear the table on the client. To delete all Records in a drive table

How to obtain the record ID of the selected item in a dropdown list in google app-maker

╄→гoц情女王★ 提交于 2019-12-24 07:36:19
问题 Summary Obtaining the record ID of the selected item in a drop-down list or radio-button UI appears to be a common question, but I have not found the answer for Google AppMaker despite months of searching. The example use case: is I wish to edit a product that belongs to a family: Product - (N:1) --> Family Product - (M:N) --> FeatureValues Example The product belongs to the family Credit Card . The credit-card family has the following features: |Contactles |Near field |Rates |Chip & Pin| In

Access Admin SDK with Google App Maker

孤者浪人 提交于 2019-12-24 06:39:09
问题 I'm practicing with the early access Google App Maker and want to create a simple app that allows an administrator to change the password of another user in the organisation. Whenever I try to call the Admin SDK API with something that would have previously worked with App Script, I get an error. It seems to be that App Maker is not allowing access to the SDK API. I've enabled the Advanced Services > Google Admin Directory API. Is this where I should be able to enable the Admin SDK API

Why does my deployment have no data but my preview has all the data?

北慕城南 提交于 2019-12-23 14:58:15
问题 My preview works and has data but my deployment has no data. I'm using the (Recommended) DEFAULT CLOUD SQL database configuration. Note: This is only day 4 with Google App Maker. Finding answers to App Maker-specific questions has been super difficult, but I'm making rapid progress on my application, so overall tired but good. :{) 回答1: As written in the documentation, App Maker deployments can use the same Cloud SQL instance, but have separate databases on that instance. Data that you had in

Appmaker Input Form, change options based on earlier dropdown choices

三世轮回 提交于 2019-12-23 05:47:34
问题 Hypothetical: Say i'm having someone order a cake and they choose vanilla or chocolate, and then they have to choose a frosting if vanilla: strawberry or buttercream if chocolate: mocha, dark chocolate or buttercream. Right now the frosting value in the data model can accept all four options, so all four show up in the dropdown. a) is there a way to change the binding for the second dropdown after the first is chosen? 回答1: Im guessing you set the dropdown "possible value" options in the data

Combine data from two datasources into a single table

老子叫甜甜 提交于 2019-12-23 05:27:51
问题 Basically I have two datasets: Dataset 1 - records the details of a store visit. Merchandiser name, location, date & a relation to SKU (Dataset2) Dataset 2- This is the SKU data, where the stock levels for each sku are input as a new record, each associated to a visit from dataset 1. I have two issues: I want to combine this data into a single table. I want to show each sku record, with additional columns for the visit information (such as the location & date). How do I do this. How do I

Adaptive User Management

早过忘川 提交于 2019-12-23 05:11:31
问题 I have built a review app based on Google's "people viewer" template that allows managers to create and edit reviews for their direct reports. The app contains the directory model as well as three roles: Admins, HR, EndUsers. The app contains a user settings model that allows to create and store user settings similar to the "people skills" template. The app contains a review model that will contain the reviews for every employee. As one employee can have several reviews, this will be a one-to

Adaptive User Management

。_饼干妹妹 提交于 2019-12-23 05:10:37
问题 I have built a review app based on Google's "people viewer" template that allows managers to create and edit reviews for their direct reports. The app contains the directory model as well as three roles: Admins, HR, EndUsers. The app contains a user settings model that allows to create and store user settings similar to the "people skills" template. The app contains a review model that will contain the reviews for every employee. As one employee can have several reviews, this will be a one-to

Is it possible to add values to table widget programmatically in Google Appmakers

牧云@^-^@ 提交于 2019-12-23 04:53:27
问题 I am able to show the data source data in google app maker table widget, but I don not know how to show static values (array of object) to table widgets programmatically. I am new to app maker,I don not know is it possible to add values to table widget programmatically or not. If any one knows please help me... Thank you in advance :) 回答1: To call your own create children method you would want to set up a panel similar to the picture provided and set a datasource for that panel for which