
杜晓闻
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 22
Posts
Recent activity by 杜晓闻-
Need freeze the first row in table layout !
CompletedHi, My customers always complain there is not the feature which freeze the first row in table layout. I found there is the same freezing function in the view in podio's latest update . So I'd as...
-
How to get the date information of "created on" in calculation field ?
Hi, I want to get the date information of "created on" in calculation field ? Who can help me ? Thanks in advance .
-
the sequence of the content in a calculation field ("@[]all of title " )
Hi, Please download and refer to the pic( sharing link :https://drive.google.com/file/d/0B3JEgK0GXrSSdGxCQ0IzYnE0d0E/edit?usp=sharing) ,in which there are the complete information of the chart ,my...
-
the sequence of the content in a calculation field ("@[]all of title " )
Hi, Please download and refer to the pic( sharing link :https://drive.google.com/file/d/0B3JEgK0GXrSSdGxCQ0IzYnE0d0E/edit?usp=sharing) ,in which there are the complete information of the chart ,m...
-
How to convert Text from a text field into number type in calculation field by javascript ?
There is an app has Text fields "revenue_text"(content is "223") and "cost_text"(content is "100"),I would like to get profit in a calculation field by code below: but ,there are error messages :...
-
About PodioItemDiff::revert issue :revert item back and forth
As my use case :we revert item back by code ,if item is updated (we set up item.update webhook )by the user who should not edit it under my permission . when a user edit the item ,we called Pod...
-
The information of text field which content is emptied is not returned by calling PodioItem::get($item_id).How can I get the information?
In my use case ,we synchronize the item contents between APPs with the same app structure in several workspaces. When an Text field is updated to empty value(no value), the response of PodioItem::...
-
issue of response of PodioItemDiff::revert . It did not work well anymore .
previously, I can use PodioItemDiff::revert to revert an item to a certain revision, but now when I invoke this api, I get error:"Cannot use object of type PodioResponse as array", By debugging I f...
-
How to get more workspaces returned calling PodioSpace::get_top?
I got 15 returned(seems up to 100 or more ?) ,when I called PodioSpace::get_top before ,but I can only get 6 returned today . I do need to get more workspaces returned calling PodioSpace::get_to...
-
Error response of "Grants: Create grant"
I would like to let a regular user comment on item1 in workspace1,but the regular user is not in the workspace1 (something like sharing ,but I need sharing by code ),I suppose the API "Grants: Cre...