Your feedback is highly appreciated! Let's make Vertabelo even better.

+7
Under review

Add option to hide all types and only display field names

Matt Kuntz fa 10 anys updated by Chris Waters fa 3 anys 2
We had an issue recently where, while going over a model, people kept getting confused or stuck on types as we were working on it. It would be nice to be able to hide types while editing and on export.

Also, I saw another request for hiding FKs, which fits in nicely.
Answer
Jack Polkowski fa 10 anys
Thanks, Matt, you for your proposal. It is now under consideration.
You can encourage your colleagues to vote for your idea. The more votes your idea gets, the more likely its implementation is.

By the way, you were awarded with 10 bonus points for submitting a new feature request.
Learn how to earn more bonus points: http://www.vertabelo.com/bonus-points
0
Respost

Service Renewal

Juan Carlos Nunez Umana fa 3 anys updated by Łukasz Kubicki fa 3 anys 9

Hi Team, 

I need to renew a service with you that has been expired since March 1st.

I have contacted Luke and the office directly but no resonse received yet and this is urgent. 

Can I get someone to assist on this matter please?

Answer
Łukasz Kubicki fa 3 anys

Hi Juan,

Sending over the invoice. Will send it also to accounts.payable_US@lionresources.com.

FA_000001_03_2022 Conversant LLC.PDF

Regards,

Luke

0
Respost

A SaaS Subscription Data Model

niklas ullrich4720 fa 3 anys actualitzat fa 3 anys 2

Hey guys,

in the example SaaS Subscription Database Model from Emil Drkušić, 

is there any connection between the user group type in the Users and Groups section and the user group type in the Software and plans section? 

My question is about the min/max members in both entitys.

If there is a company user group type in usergroup section with 1-10 users, must the same number of users be specified in the user group Type: Software? 

0
Fixed

SQL generated for SqlServer doesn't have correct schema name when dealing with extended properties for comments

Nick Rossiter fa 3 anys actualitzat fa 3 anys 3

Hi, I've notice a bug with Sql generation.


When the target Database is SqlServer, the generated SQL for the table and column comments is not quite right if the schema being used is not dbo.


e.g. this is the generated code for the table 'MyTable' in the schema 'MySchema'.

if exists (select * from ::fn_listextendedproperty('MS_Description', 'schema', 'dbo', 'TABLE', 'MyTable', null,null))
BEGIN
EXEC sp_dropextendedproperty
@name = N'MS_Description',
@level0type = N'SCHEMA',
@level0name = 'MySchema',
@level1type = N'TABLE',
@level1name = 'MyTable';
END;

EXEC sp_addextendedproperty
@name = N'MS_Description',
@value = N'Comment for MyTable',
@level0type = N'SCHEMA',
@level0name = 'MySchema',
@level1type = N'TABLE',
@level1name = 'MyTable';


The calls to sp_dropextendedproperty and sp_addextendedproperty are correct.

The 'if exists (select * from ::fn_listextendedproperty' call to determine whether the extended property exists is incorrect in that it has the schema as 'dbo' instead of 'MySchema'

Therefore the extended property is not dropped and the add fails as it already exists.

(This is the behaviour for when the target is SqlServer 2017/2019, I haven't checked other SqlServer versions.)

Please can you look into it

Thanks

Nick

0
Respost

How to convert database diagram into a conceptual data model

Peter Mbugua fa 3 anys updated by Jarosław Błąd (CEO) fa 3 anys 1
Answer

Unfortunately there is no such functionality in Vertabelo modeler.

0
Respost

SOX Compliance

Louis Springer fa 3 anys updated by Jarosław Błąd (CEO) fa 3 anys 2

Is Vertabeo SOX or HiTrust complainant, or do you have similar EU compliance certifications?

Answer

Unfortunately we don’t provide such certificates.

0
Fixed

Iframe link from Confluence stopped working

Mick Flynn fa 3 anys actualitzat fa 3 anys 5

Hi,

We have been exposing public model views as IFrames in our Confluence documentation for some time but recently this has stopped working with "Connection refused". Using the link in a normal browser window still works fine. Example:

<iframe src="https://my.vertabelo.com/logical/public-model-view/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?x=6500&y=6500&zoom=0.99" noborder="0" width="1500" height="1000" scrolling="yes" seamless></iframe>

Is there something that has changed in your request handling behaviour?

Thanks!

/Mick

0
Started

Right pane is not visible when editing a model

Aner Perez fa 6 anys updated by Justinn Zamora fa 3 anys 4

When editing a model on Windows 10 Chrome 72.0.3626.119 (Official Build) (64-bit), the right pane only shows an empty gray area.  Showing/hiding the right pane only hides and shows this gray area with no content.  This makes it impossible to edit table definitions.  Reloading the page did not help.

As a workaround, hiding the left pane causes the right pane to show up correctly.


Image 724

+4
Under review

ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]

정 창훈 fa 4 anys updated by Jay1111111 fa 3 anys 2

Image 1108

ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]

0
Completat

Link models

mark leavesley fa 10 anys updated by Philip Snyman fa 3 anys 4
If I had a very large model and I wanted to separate areas into different models to avoid distraction and aid on screen clarity, it would be good to link tables between them. I'm starting to have problems with lines crossing other lines and having to spend more time re-arranging than actually designing. If I could separate functional areas out without actually disconnecting them, it would be awesome.

Or...tag tables and colour by tag, hide by tag, something like that.