Types of lines for publishers Primavera Software

1

Is there a place where you can see the purpose of each line type in the different rows table? (rows, rows, rows, rows, etc.) We always have an idea doing a search directly in the table but if we had a document with that information would be more effective.

    
asked by anonymous 04.06.2018 / 15:31

1 answer

2

It can be seen in this table, but it does deserve an article.

SELECT TOP (1000) [TipoMov]
      ,[Descricao]
      ,[KeyCode]
      ,[ExtKeyCode]
  FROM [PRIDEMO].[dbo].[TiposMov]
    
04.06.2018 / 17:20