Hi everybody!!!
I have a document library, and I wanna to create value of one fields based on value that user entered for another field when add document. I try to use an list item added event receiver, but it didn’t solve my problem because it execute ItemAdded code after upload a document and before filling the new item form, so when the ItemAdded code execute the field value is null and nothing happen to my field!!!
I cannot use calculated field because I wanna to create search query based on user entered field value, and I think it couldn’t create by calculated field formulas!
any suggestion!!!