i have two libraries
1) people
2) job position
in the library "people" i have and autofill field based on the "job position" library
so in a record of people library, i write on the field "position" and i take values from the "job position" library
every record in job position library has two field: "position" and "contract"
now, when i give a value of a "position" to a people in the library "people" (e.g. recruiting manager), i'd like to have a calculated field that shows the field "contract" (e.g. full contract)
how can i make it?
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
considering i banned linkedin Fields (memento is not access), the Best option is to have a button that open another library, And if possibile search the value Stored in a autofill field.
Do You Think it's possibile bill?
--
var Candidato = entry().field("Candidato");
if (entries.length > 0) {
LibByName(Contatti).findByKey(Candidato)
Show()