Hello Alberto,
Yes.
Change the overflow property of the css of the fake div to this:
overflow-x:scroll;
overflow-y:hidden;
This will solve the "gap" :)
Hello Alberto,
Yes.
Change the overflow property of the css of the fake div to this:
overflow-x:scroll;
overflow-y:hidden;
This will solve the "gap" :)
Hi everyone~
I stuck in the tutorial which is "SILK UI Exercise". Page 11, step v.
I have no idea how to "pass the appropriate Input to the GetOrdersByStatus" . Could anyone explain it and show me the step/Expression?
Also, I'm not familiar with "input/output Parameter" and "Filters"(inside the Aggregate) , can you suggest what website should I study in order to get more understand on the area.
Thank You
Thank You
We are using the AdvancedAmazonS3 Forge component. It doesn't have a means of listing the contents of a Bucket. So we need to implement a method to do so. Is this something someone has already done and would like to share how they did it?
If not, could someone outline the approach. I was hoping to be able to return a list of S3File objects that I could traverse within the platform.
Just a quick update. We have extended the AdvancedAmazonS3 xif to now return a RecordList of S3Files.
Ah!
Ok, the BackOffice for managing the Users/tenants.
Sorry, never remember that. I was fixed thinking in a "Data BackOffice" :D
Cheers,
Eduardo Jauch
Hello Thiago,
Please, use English in the forum, as many users don't speak Portuguese.
You probably have an Entity with an attribute that has a length that is unable to hold the information you are trying to put there.
For example, if you have a text attribute in an entity that can hold 50 characters, but you try to put 100 characters, you will get this message.
In the example below, the field is only 3 character long, but I'm trying to save 5.
Cheers,
Eduardo Jauch
Good day guys. I would like to change the color of the header under employee list and detail page from red to green. I changed the option under the base theme and it affected everything including button except header. On searching found out that it's under common/layout web block, but on inspection of the CSS could not find anything relating to header.. please any help regarding this issue would be appreciated. Thanks
Thank you very much!
Hi Jack,
On this step you are building the counters to display total of orders, number of orders closed and number of orders canceled. So on the label when you are using the function GetOrdersByStatus() in this case you need to pass the close status id. Since OrderStatus is a static entity you cal directly pass this id using Entities.OrderStatus.Closed as input.
Your label should be something like GetOrdersByStatus(Entities.OrderStatus.Closed).
Regarding inputs/output parameters and filters on aggregates you can check platform documentation for example on the following links:
Hope it helps.
Ana
You're welcome :)
Gaby wrote:
Question: if PriorityId is Mandatory, then why isn't the platform defining the Mandatory property of the Priority ButtonGroup as TRUE automatically, considering the Variable property is PriorityId ?
You're right, there's a mandatory property in the ButtonGroup, so built-in validations actually work for GroupButtons, (I was temporarily puzzled by it just now :P)
As for why the platform doesn't do it automatically... ServiceStudio only does it automatically for scaffolded things (e.g. drag and drop an entity attribute and it creates the appropriate Input), since GroupButtons are never generated (you have to explicitly choose to use them) that bit makes sense...
However, I do believe it should show a warning like it does for all other inputs when the Mandatory property of the widget doesn't match the Is Mandatory property from the entity's Attribute.
Hello Vinicius,
This is a very common error.
It means that the PDF that should be generated wasn't.
There are N reasons for that, but let's see if we can eliminate the simpler ones first.
1. Verify if the web page you are trying to convert to PDF has the anonymous Role checked. This is mandatory, as the executable that will load it will do this in an anonymous way. There are some ways to deal with this "security" question, if required.
2. Verify if you uploaded the correct binaries. The best option is to download the MingW option, as you will need only the executables (one for PDF, one for Image, and a single dll), at this link. The other version requires more files to be uploaded.
3. If you are using an On Premises server installation (your own server, not one provided by OutSystems in the cloud), check if the IIS has access to the Temp directory. If you are using a Cloud server, you are probably good here.
Usually, 95% of time, is a problem of access to the web page (1) or incorrect binaries (2).
Hope this helps solve this issue :)
Cheers,
Eduardo Jauch
Hi Aart,
Great to hear you've found a workaround, and I share the sentiment about the component :).
Hi,
We have several similar errors on console in our mobile app:
Invalid call of the 'GetLocalProfileDataByUserIdOnAfterFetch' client action of the 'MainFlow.HomePage' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action.
So for example we have a screen with aggregate from local storage and OnAfterFetch action GetLocalProfileDataByUserIdOnAfterFetch attached to it. How can we remove this call in onDestroy action for the screen? As it is impossible to associate global action with OnAfterFetch event.
Thank you for any advice.
Cheers.
Thanks Eduardo. ;)
You're welcome ;)
Hello Bram.
You're missing a preference to say how much time the splashscreen show remain:
{
"preferences": {
"global": [{
"name": "SplashMaintainAspectRatio",
"value": "True"
},{
]
"name": "SplashScreenDelay",
"value": "3000"
}
}
}
Note that you can hide the splashscreen yourself as highlighted in the post you mentioned (there's a how-to video in the end of the post, around 2:07).
Thanks
I would really like to see some sort of "auto arrange" for Service Studio that just moves the items in an action to have nice even spacing, put the work for For loops to the side, make branches look nice, etc.
J.Ja
There could be some magic feature that would make this time saver feature. :-)
Then we could make a simple query to build the 'skeleton' of a query and then introduce the aditional rules that cannot be defined in a simple query.
The Translations Behavior screen allows the user to specify which elements of the eSpace should or should not be translated.
However, among the list of elements there is a large amount of elements that are only visible in Service Studio. This is noted on the Location column, however, there is no way to select these elements in order to specify they should not be translated.
Since in 99% of the cases these elements will not be translated (and I really can't figure out what the other 1% of the cases would be, but I leave you the benefit of the doubt), it should be possible to select all these elements easily in order to exclude them. Otherwise we're left with the tedious process of choosing all of them by hand (and there can be thousands of them in a large application), one by one...
Another solution would be simply to exclude these elements from the list. That would be fine by me also.
Regards,
Henrique Capela