Can anyone guide me through the necessary steps to create a ZIP file using BIGZIP? I cannot get the system to save to a ZIP file
[Forums] BigZip use
[Forums] Newbie question - how to use this component?
Ah, much better... weird! I wonder why it won't let you make the reference?
J.Ja
[Forums] Samples for encryption and decryption
wrote:
Hi,
I need to encrypt a text and store it in DB and retrieve the encrypted text and decrypt it and show to the user.
please help me in doing it. with a simple example
outsystems 10
Rosia,
If you need an simple encryption or scamble string. You can use BinaryData API nativelly in the platform. You need reference the API.
You can see in action here: Encrypted QueryString in String
But If the security is extremelly necessary or main concern. I recommend you use the CryptoAPI in our Forge
Best regards
[Forums] How to connect outsystems with Google docs?
wrote:
How to connect outsystems with Google docs?
Leidy,
Maybe this component can help you out.
Regards
[Forums] BigZip use
wrote:
Can anyone guide me through the necessary steps to create a ZIP file using BIGZIP? I cannot get the system to save to a ZIP file
Buchanan,
Why dont use the system component of the platform.
We got ZipAPI already.
[Forums] Help with logic
wrote:
HI Talis,
Saw your oml ..one thing i want to ask you .
Your Invoice entity have PurchaseOrderId, PurchaseOrderLineId and CustomerId that means you have to make one entry in this table for each PurchaseOrderLineId with customerId and PurchaseOrderId so why do you want to get Distinct supplier id here.
I can solve it real quick if i understand what exactly you are looking for . My skypeid is pramod.jain82 if you wish to connect.
Regards
-PJ-
HI PJ,
I don't mean to be pestering you, I just hope you haven't forgot about me, did what I say make sense, or do you need more info?
[Forums] Change in image field is not detected on update
Hi J,
I have attached the oml file.
Problem is in the RequestDraftDetail form.
Best regards,
Peter
[Forums] Zoom Limit Records
Hi community! It's me again.
Just wanna ask if some of you experienced a minor bug/issue with the Zoom Limit Hour,Day,Month? They are not initializing to the current date/time, unlike the one with Week which is working flawlessly. I tried creating a new record for Year and it's working. I'm not sure if it's because of the milliseconds count, so I edited the milliseconds for Month for 30 days, it's still not initializing to the current date/time but the zooming effect is working.
I just want it to be on the spot/axis where the current date/time is. I'm not really sure with StartDateTime since nothing is changing.
Thanks!
Regards,
Louise
[Forums] TimeZone Function "GetTimeZoneForLocation" not working
Hi Team,
I am using TimeZone function "GetTimeZoneForLocation()" Action in my application, but since yesterday this function is not working, it throwing error "Location not found", it is also behaving the same in Sample Web application for TimeZone.
Please attached screenshot for the same.
Can you please help me on this.
Thanks & Regards,
Swaroop Mutalik
[Forge] PokeBrainCore
[Forge] PokeBrainTest
[Forge] PokeBrain
[Forums] Outsystems P10 on WS2012 standard 64-bit (6.2, Build 9200)
Dear all,
one of our customer going to install outsystem P10, their server currently have WS2012 standard 64-bit (6.2, Build 9200) installed.
does outsystems going to works smoothly on this release of WS ?
I'm a llitle bit not sure since the installation guide mention outsystems P10 require WS2012 R2 64-bit.
does anybody run outsystems P10 on WS2012 standard 64-bit (6.2, Build 9200) ?
Thank you.
[Forums] BPT - Search bar is not support Japanese language.
Hi there,
I have a problem that I can't search Japanese language by search bar inside BPT taskbox.
So, I want to know how to customize BPT taskbox to make it support Japanese.
Additionally, I have made a custom taskbox and it can search Japanee real fine
but the problem is it can't be shown on every page like the default BPT taskbox does.
Welcome for any suggestion.
Thank you in advance.
[Forums] Change in image field is not detected on update
Hi Peter Van der Straeten, J is right its a caching issue, Clear the cache and test it will work fine.
Thanks
Rajendra Singh
[Forums] Favicon working in all browsers
The way you did it looks correct.
Can you try to clear your cache? It could be that some browsers did not yet see the new icon.
Kind regards,
Remco
[Forums] Importing the Excel file mantaining the stored id
In this case, when importing the CV table, what do you mean by using the external ID for finding the record?
Do you mean that in the bootstrap process for CV, we make a query to identify the 'People' record and use it's identifier in the CV table? If yes, would that not lead to performance issues for larger data sets.
wrote:
One way is keeping the id autonumber, and adding attributes for keeping track of external identifiers.
For example, if you have on your excel:
- Id = 20
- PeopleName = (...)
This would translate into an Entity record with these attributes:
- Id = (autonumber)
- External_Id = 20
- PeopleName = (...)
When importing the CV table, you would use the 'people' external id for finding the correct record.
[Forge] hrview
[Forums] Drag and drop listbox
Hello,
I'm trying to make options in a listbox draggable. (a multiselect listbox)
The point is : we have a multiple select listbox with events. And the user should be able to select multple items and drag and drop them in the calendar.
The component allows you to use the webblock and put the draggable content in that webblock to make it draggable. But since it's a listbox, outystsems doesn't allow you to do that.
Has anyone ever achieved this or help me achieving it?
Greetings,
Niels
[Forums] Migrate DB Schema
No, when you have Service studio, you can reference systems tables (eSpace/entity/entity attr). In those tables the table names within SS and names within the DB are shown.
So by those tables you can find out the tablename in the database vs the tablename in service studio.